Remove unused cruft
This commit is contained in:
parent
e2f5260119
commit
74b2fae9dc
1 changed files with 0 additions and 4 deletions
4
zshrc
4
zshrc
|
|
@ -250,10 +250,6 @@ if command_exists git; then
|
||||||
alias ds='git diff --stat'
|
alias ds='git diff --stat'
|
||||||
alias ecf='git edit-conflicted-files'
|
alias ecf='git edit-conflicted-files'
|
||||||
alias f='git fetch'
|
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 glo='git log --oneline --decorate'
|
||||||
alias gls='git log --stat'
|
alias gls='git log --stat'
|
||||||
alias gup='git update'
|
alias gup='git update'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue