浏览代码

Removing some unused git-dirty parsing code.

Robby Russell 15 年之前
父节点
当前提交
fe8f83cd78
共有 2 个文件被更改,包括 0 次插入3 次删除
  1. 0 1
      functions.zsh
  2. 0 2
      git.zsh

+ 0 - 1
functions.zsh

@@ -20,7 +20,6 @@ function preexec {
   title $cmd[1]:t "$cmd[2,-1]"
 }
 
-
 function remote_console() {
   /usr/bin/env ssh $1 "( cd $2 && ruby script/console production )"
 }

+ 0 - 2
git.zsh

@@ -9,8 +9,6 @@ function git_prompt_info() {
     CURRENT_BRANCH=''
   fi
 
-
-  #echo "%{$fg[red]%}git:(%{$fg[green]$CURRENT_BRANCH%{$fg[red])"
   echo $CURRENT_BRANCH
 }