From f6c66f3b3d8d295024516219d4d1acc1c4b55cca Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Thu, 4 Jul 2024 17:53:12 -0400 Subject: fix(zsh): make alias more consise --- dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3