alias: added ce="chezmoi edit"

This commit is contained in:
Vitor Gonçalves 2023-06-27 14:09:18 -03:00
parent f18f58127c
commit 9036a7b678
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ alias la="exa -aH --group-directories-first"
alias l="exa -H --group-directories-first"
alias c="chezmoi"
alias ce="chezmoi edit"
alias ca="chezmoi apply"
alias ccd="cd ~/.local/share/chezmoi"