Skip to content

Commit

Permalink
No space before prompt char at beginning of line
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkirch committed Mar 15, 2011
1 parent cb2362c commit 92cacc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/tjkirch.zsh-theme
Expand Up @@ -10,6 +10,6 @@ function prompt_char {
PROMPT='%(?, ,%{$fg[red]%}FAIL: $?%{$reset_color%}
)
%{$fg[magenta]%}%n%{$reset_color%}@%{$fg[yellow]%}%m%{$reset_color%}: %{$fg_bold[blue]%}%~%{$reset_color%}$(git_prompt_info)
%_ $(prompt_char) '
%_$(prompt_char) '

RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}'

0 comments on commit 92cacc9

Please sign in to comment.