Commit fe8f83cd authored by Robby Russell's avatar Robby Russell
Browse files

Removing some unused git-dirty parsing code.

parent 538c54ba
......@@ -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 )"
}
\ No newline at end of file
......@@ -9,8 +9,6 @@ function git_prompt_info() {
CURRENT_BRANCH=''
fi
#echo "%{$fg[red]%}git:(%{$fg[green]$CURRENT_BRANCH%{$fg[red])"
echo $CURRENT_BRANCH
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment