fix(Omz) : Remove alias collision

This commit is contained in:
Aaron Goshine 2016-12-31 20:49:38 +00:00
commit ff6c7324fe

View file

@ -227,10 +227,7 @@ alias gstl='git stash list'
alias gstp='git stash pop'
alias gsts='git stash show --text'
alias gsu='git submodule update'
alias gts='git tag -s'
alias gtv='git tag | sort -V'
alias gunignore='git update-index --no-assume-unchanged'
alias gunwip='git log -n 1 | grep -q -c "\-\-wip\-\-" && git reset HEAD~1'
alias gup='git pull --rebase'