summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2009-08-30 17:46:51 -0700
committerRobby Russell <robby@planetargon.com>2009-08-30 17:46:51 -0700
commitfe8f83cd78e5a514eeee7801a74f196a7d17d580 (patch)
tree0adceef106e00fe0625f88c45086235ccb7d0070
parent538c54ba8479e99964538755ab49dd47f3edf955 (diff)
downloadzsh-fe8f83cd78e5a514eeee7801a74f196a7d17d580.tar.gz
zsh-fe8f83cd78e5a514eeee7801a74f196a7d17d580.tar.bz2
zsh-fe8f83cd78e5a514eeee7801a74f196a7d17d580.zip
Removing some unused git-dirty parsing code.
-rw-r--r--functions.zsh1
-rw-r--r--git.zsh2
2 files changed, 0 insertions, 3 deletions
diff --git a/functions.zsh b/functions.zsh
index 5c349e80c..dcabed957 100644
--- a/functions.zsh
+++ b/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 )"
} \ No newline at end of file
diff --git a/git.zsh b/git.zsh
index 944096332..b9a86173f 100644
--- a/git.zsh
+++ b/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
}