Remove unused cruft

This commit is contained in:
Sami Samhuri 2021-11-17 23:21:50 -08:00
parent e2f5260119
commit 74b2fae9dc

4
zshrc
View file

@ -250,10 +250,6 @@ if command_exists git; then
alias ds='git diff --stat'
alias ecf='git edit-conflicted-files'
alias f='git fetch'
# Don't clobber the new GitHub CLI
if ! command_exists gh; then
alias gh='git open-in-github'
fi
alias glo='git log --oneline --decorate'
alias gls='git log --stat'
alias gup='git update'