diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2025-08-03 15:30:21 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | 1a5a151b2673adcd7d70cc5db73d09961676fda2 (patch) | |
| tree | b33a3fe93b5a5853c3e2401703738126d1bef5b8 /dot_zshrc.tmpl | |
| parent | 311f0156bfca1ef4d544188c6a28fe231fcd1361 (diff) | |
fix(zsh) change chezmoi edit apply alias name
Diffstat (limited to 'dot_zshrc.tmpl')
| -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 8b71fef..cac6922 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -149,7 +149,7 @@ alias br="pomodoro 'break'" 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 dedit='chezmoi edit --apply' +alias ce='chezmoi edit --apply' # Enter the ~/.local/share/chezmoi directory faster alias cdc='$HOME/.local/share/chezmoi/' |
