1
0
mirror of https://github.com/AquaMorph/dotfiles.git synced 2025-05-18 08:16:57 +00:00

Update alias

This commit is contained in:
Christian Colglazier 2020-05-29 08:38:13 -04:00
parent f1310e517b
commit 1bb6e3e9ac

1
.zshrc

@ -16,6 +16,7 @@ alias e='emacs -nw'
# Other
alias i='sudo dnf install'
alias d='sudo dnf'
alias u='sudo dnf update'
alias dot='cd ~/dotfiles'
# Git
alias c='git commit -m'