From bb59f4ece05fc4487c568df0ec9411ad8240725f Mon Sep 17 00:00:00 2001 From: startling things Date: Fri, 9 Sep 2011 14:02:31 -0500 Subject: [PATCH] got rid of the annoying space in the tiny theme --- themes/tiny.zsh-theme | 2 -- 1 file changed, 2 deletions(-) diff --git a/themes/tiny.zsh-theme b/themes/tiny.zsh-theme index f82ee02a6..00d413781 100644 --- a/themes/tiny.zsh-theme +++ b/themes/tiny.zsh-theme @@ -11,8 +11,6 @@ function prompt_character { # if you're in a git branch, the prompt character is '±' # (this is handled by git_colors) git branch >> /dev/null 2>> /dev/null && echo "%{$fg[`git_colors`]%}±%{$reset_color%}" && return - # else, it's a blank space - echo " " } function git_colors {