diff options
author | Carlos Rodriguez <carlos@eddorre.com> | 2012-01-26 23:19:50 -0800 |
---|---|---|
committer | Carlos Rodriguez <carlos@eddorre.com> | 2012-01-26 23:19:50 -0800 |
commit | 8769e5f8c959f3d3fc9e5b62ab48fc0f73aedb1f (patch) | |
tree | f75f7fb6b7f539c127eec906a1085a7dac864216 /plugins | |
parent | 9d92987b8a0456e6cc51dd893159071e1fcf43db (diff) | |
download | zsh-8769e5f8c959f3d3fc9e5b62ab48fc0f73aedb1f.tar.gz zsh-8769e5f8c959f3d3fc9e5b62ab48fc0f73aedb1f.tar.bz2 zsh-8769e5f8c959f3d3fc9e5b62ab48fc0f73aedb1f.zip |
Removed trailing spaces in Git files. Fixes #867
Diffstat (limited to 'plugins')
-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 94af31202..e1d682508 100644 --- a/plugins/git/git.plugin.zsh +++ b/plugins/git/git.plugin.zsh @@ -60,4 +60,4 @@ compdef ggpull=git alias ggpush='git push origin $(current_branch)' compdef ggpush=git alias ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)' -compdef ggpnp=git +compdef ggpnp=git
\ No newline at end of file |