diff options
author | Okura Masafumi <masafumi.o1988@gmail.com> | 2013-06-27 22:28:14 +0900 |
---|---|---|
committer | Okura Masafumi <masafumi.o1988@gmail.com> | 2013-06-27 22:28:14 +0900 |
commit | c51ef9dce6a600976aa3d0a3d733bb99c477959b (patch) | |
tree | 20f3d3662db1ea5e2e328285453086702a88d6ef | |
parent | bc3cadf5c83697c176c9d4ce41c7fde7f57bf6e7 (diff) | |
download | zsh-c51ef9dce6a600976aa3d0a3d733bb99c477959b.tar.gz zsh-c51ef9dce6a600976aa3d0a3d733bb99c477959b.tar.bz2 zsh-c51ef9dce6a600976aa3d0a3d733bb99c477959b.zip |
Change duplicated alias name
-rw-r--r-- | plugins/git/git.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/git/git.plugin.zsh b/plugins/git/git.plugin.zsh index 851fdf24b..2ecc74eb6 100644 --- a/plugins/git/git.plugin.zsh +++ b/plugins/git/git.plugin.zsh @@ -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. |