Skip to content

Commit

Permalink
Change duplicated alias name
Browse files Browse the repository at this point in the history
  • Loading branch information
okuramasafumi committed Jun 27, 2013
1 parent bc3cadf commit c51ef9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/git/git.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ compdef _git gm=git-mergetool
alias gg='git gui citool'
alias gga='git gui citool --amend'
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
# or submodule.
Expand Down

0 comments on commit c51ef9d

Please sign in to comment.