From 1a5a151b2673adcd7d70cc5db73d09961676fda2 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Sun, 3 Aug 2025 15:30:21 -0500 Subject: fix(zsh) change chezmoi edit apply alias name --- dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/' -- cgit v1.2.3