mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
fix(Omz) : Remove alias collision
This commit is contained in:
parent
a9832224b0
commit
ff6c7324fe
1 changed files with 0 additions and 3 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue