Browse code

Removing some unused git-dirty parsing code.

Robby Russell authored on 31/08/2009 at 00:46:51
Showing 2 changed files
... ...
@@ -20,7 +20,6 @@ function preexec {
20 20
   title $cmd[1]:t "$cmd[2,-1]"
21 21
 }
22 22
 
23
-
24 23
 function remote_console() {
25 24
   /usr/bin/env ssh $1 "( cd $2 && ruby script/console production )"
26 25
 }
27 26
\ No newline at end of file
... ...
@@ -9,8 +9,6 @@ function git_prompt_info() {
9 9
     CURRENT_BRANCH=''
10 10
   fi
11 11
 
12
-
13
-  #echo "%{$fg[red]%}git:(%{$fg[green]$CURRENT_BRANCH%{$fg[red])"
14 12
   echo $CURRENT_BRANCH
15 13
 }
16 14