Browse code

No space before prompt char at beginning of line

Tom Kirchner authored on 15/03/2011 at 00:43:37
Showing 1 changed files
... ...
@@ -10,6 +10,6 @@ function prompt_char {
10 10
 PROMPT='%(?, ,%{$fg[red]%}FAIL: $?%{$reset_color%}
11 11
 )
12 12
 %{$fg[magenta]%}%n%{$reset_color%}@%{$fg[yellow]%}%m%{$reset_color%}: %{$fg_bold[blue]%}%~%{$reset_color%}$(git_prompt_info)
13
-%_ $(prompt_char) '
13
+%_$(prompt_char) '
14 14
 
15 15
 RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}'