From fe8f83cd78e5a514eeee7801a74f196a7d17d580 Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Sun, 30 Aug 2009 17:46:51 -0700 Subject: [PATCH] Removing some unused git-dirty parsing code. --- functions.zsh | 1 - git.zsh | 2 -- 2 files changed, 3 deletions(-) diff --git a/functions.zsh b/functions.zsh index 5c349e80..dcabed95 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 94409633..b9a86173 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 }