From 97e7ed3e53acd709006f5c4f97ac05f5f4a4fa80 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 16 Nov 2025 21:02:50 -0500 Subject: [PATCH] refactor(zsh): dotfiles alias --- home/dot_zshrc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/home/dot_zshrc b/home/dot_zshrc index 1548dd5..6dbe158 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -27,15 +27,17 @@ export TERM=xterm # Search alias g='grep -Irn' -# Other -alias i='sudo dnf install' -alias d='sudo dnf' -alias u='sh ~/bin/update.sh' +# Dotfiles alias dot='cd ~/.local/share/chezmoi' export DOT_PROGRAM='chezmoi' alias dota="${DOT_PROGRAM} add" alias dotd="${DOT_PROGRAM} diff" alias dotu="${DOT_PROGRAM} update" + +# Other +alias i='sudo dnf install' +alias d='sudo dnf' +alias u='sh ~/bin/update.sh' alias h='cd ~/git/cacolglazier.com/ && hugo server' # Git