diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-07-04 17:55:54 -0400 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | db89df5388591412b26ef3cea9f7aefec828a3b1 (patch) | |
| tree | ae47ef9682666709422b3b53c1b00f9bbe254205 /dot_zshrc.tmpl | |
| parent | f6c66f3b3d8d295024516219d4d1acc1c4b55cca (diff) | |
feat(zsh): add alias to enter chezmoi faster
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' |
