summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Rodriguez <carlos@eddorre.com>2012-01-26 23:19:50 -0800
committerCarlos Rodriguez <carlos@eddorre.com>2012-01-26 23:19:50 -0800
commit8769e5f8c959f3d3fc9e5b62ab48fc0f73aedb1f (patch)
treef75f7fb6b7f539c127eec906a1085a7dac864216
parent9d92987b8a0456e6cc51dd893159071e1fcf43db (diff)
downloadzsh-8769e5f8c959f3d3fc9e5b62ab48fc0f73aedb1f.tar.gz
zsh-8769e5f8c959f3d3fc9e5b62ab48fc0f73aedb1f.tar.bz2
zsh-8769e5f8c959f3d3fc9e5b62ab48fc0f73aedb1f.zip
Removed trailing spaces in Git files. Fixes #867
-rw-r--r--lib/git.zsh2
-rw-r--r--plugins/git/git.plugin.zsh2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/git.zsh b/lib/git.zsh
index defa062c6..4d1634e8b 100644
--- a/lib/git.zsh
+++ b/lib/git.zsh
@@ -61,4 +61,4 @@ git_prompt_status() {
STATUS="$ZSH_THEME_GIT_PROMPT_UNMERGED$STATUS"
fi
echo $STATUS
-}
+} \ No newline at end of file
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