feat(zsh): update dotfiles

This commit is contained in:
2025-11-10 18:35:46 -05:00
parent 0ab0cc9827
commit 03fe12a280

View File

@@ -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'