diff options
| -rw-r--r-- | dot_zshrc.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index bc885e7..b5ae820 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -126,7 +126,7 @@ alias l.='exa -a | egrep "^\."' 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 dotedit='chezmoi edit --apply' +alias dedit='chezmoi edit --apply' # Shortcut for sourcing this file alias zource='source $HOME/.zshrc' |
