got rid of the annoying space in the tiny theme

This commit is contained in:
startling things 2011-09-09 14:02:31 -05:00
commit bb59f4ece0

View file

@ -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 {