diff options
Diffstat (limited to 'dot_zshrc.tmpl')
| -rw-r--r-- | dot_zshrc.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
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' |
