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'