Completion improvements + QuickSupport fix
This commit is contained in:
parent
e6b701af99
commit
f457cef8a1
5 changed files with 19 additions and 4 deletions
|
@ -1,5 +1,8 @@
|
|||
if [[ -n "$(which-command chezmoi)" ]]; then
|
||||
alias cdcz="cd $(chezmoi source-path)"
|
||||
export CZ="$(chezmoi source-path)"
|
||||
export CHEZMOIROOT="$CZ"
|
||||
|
||||
alias cdcz="cd $CZ"
|
||||
alias czcd="cdcz "
|
||||
|
||||
alias cz="chezmoi "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue