mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
Change duplicated alias name
This commit is contained in:
parent
bc3cadf5c8
commit
c51ef9dce6
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ compdef _git gm=git-mergetool
|
||||||
alias gg='git gui citool'
|
alias gg='git gui citool'
|
||||||
alias gga='git gui citool --amend'
|
alias gga='git gui citool --amend'
|
||||||
alias gk='gitk --all --branches'
|
alias gk='gitk --all --branches'
|
||||||
alias gss='git stash show --text'
|
alias gsts='git stash show --text'
|
||||||
|
|
||||||
# Will cd into the top of the current repository
|
# Will cd into the top of the current repository
|
||||||
# or submodule.
|
# or submodule.
|
||||||
|
|
Loading…
Reference in a new issue