fix ccd alias
This commit is contained in:
parent
a86c8ee8a8
commit
93207440f7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ alias czm = chezmoi
|
|||
alias ce = chezmoi edit --watch
|
||||
alias ce-env = chezmoi edit --watch ~/.config/nushell/env.nu
|
||||
alias ce-shell = chezmoi edit --watch ~/.config/nushell/config.nu
|
||||
alias ccd = chezmoi cd
|
||||
alias ccd = cd ~/.local/share/chezmoi
|
||||
|
||||
# overrides of defaults
|
||||
alias mkdir = mkdir
|
||||
|
|
Loading…
Add table
Reference in a new issue