浏览代码

Removed trailing spaces in Git files. Fixes #867

Carlos Rodriguez 12 年之前
父节点
当前提交
8769e5f8c9
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      lib/git.zsh
  2. 1 1
      plugins/git/git.plugin.zsh

+ 1 - 1
lib/git.zsh

@@ -61,4 +61,4 @@ git_prompt_status() {
     STATUS="$ZSH_THEME_GIT_PROMPT_UNMERGED$STATUS"
   fi
   echo $STATUS
-}
+}

+ 1 - 1
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