summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dot_zshrc.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl
index 8b71fef..cac6922 100644
--- a/dot_zshrc.tmpl
+++ b/dot_zshrc.tmpl
@@ -149,7 +149,7 @@ alias br="pomodoro 'break'"
alias killkodi="kill -9 `ps aux | grep '/usr/lib/x86_64-linux-gnu/kodi/kodi.bin' -m 1 | tr -s ' ' | cut -d ' ' -f 2`"
# Edit a file with Chezmoi and apply it immediately
-alias dedit='chezmoi edit --apply'
+alias ce='chezmoi edit --apply'
# Enter the ~/.local/share/chezmoi directory faster
alias cdc='$HOME/.local/share/chezmoi/'