From 03fe12a280296d1e253ba6f4515c9326e0c38ef8 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Mon, 10 Nov 2025 18:35:46 -0500 Subject: [PATCH] feat(zsh): update dotfiles --- home/dot_zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/dot_zshrc b/home/dot_zshrc index b0fecf7..86564d1 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -29,7 +29,8 @@ alias g='grep -Irn' alias i='sudo dnf install' alias d='sudo dnf' alias u='sh ~/bin/update.sh' -alias dot='cd ~/dotfiles' +alias dot='cd ~/.local/share/chezmoi' +alias dotu='chezmoi update' alias h='cd ~/git/cacolglazier.com/ && hugo server' # Git alias c='git commit -m'