From db89df5388591412b26ef3cea9f7aefec828a3b1 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Thu, 4 Jul 2024 17:55:54 -0400 Subject: feat(zsh): add alias to enter chezmoi faster --- dot_zshrc.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index b5ae820..4531bac 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -128,6 +128,9 @@ alias killkodi="kill -9 `ps aux | grep '/usr/lib/x86_64-linux-gnu/kodi/kodi.bin' # Edit a file with Chezmoi and apply it immediately alias dedit='chezmoi edit --apply' +# Enter the ~/.local/share/chezmoi directory faster +alias cdc='$HOME/.local/share/chezmoi/' + # Shortcut for sourcing this file alias zource='source $HOME/.zshrc' -- cgit v1.2.3