This commit is contained in:
jb 2013-01-12 21:00:37 +01:00
commit ac06974765

View file

@ -5,15 +5,9 @@
# Color shortcuts
RED=$fg[red]
YELLOW=$fg[yellow]
GREEN=$fg[green]
WHITE=$fg[white]
BLUE=$fg[blue]
RED_BOLD=$fg_bold[red]
YELLOW_BOLD=$fg_bold[yellow]
GREEN_BOLD=$fg_bold[green]
WHITE=$fg[white]
WHITE_BOLD=$fg_bold[white]
BLUE_BOLD=$fg_bold[blue]
RESET_COLOR=$reset_color
# Format for git_prompt_info()
@ -35,18 +29,6 @@ ZSH_THEME_GIT_PROMPT_UNTRACKED=" %{$WHITE%}untracked"
# Format for git_prompt_ahead()
ZSH_THEME_GIT_PROMPT_AHEAD=" %{$RED%}(!)"
# Prompt format
# PROMPT='
# %{$RED_BOLD%}%n@%m%{$WHITE%}:%~%u$(parse_git_dirty)$(git_prompt_ahead)%{$RESET_COLOR%}
# %{$BLUE%}>%{$RESET_COLOR%} '
PROMPT='
%{$RED_BOLD%}[%{$WHITE%}\
%n\
%{$RED_BOLD%}@%{$WHITE%}\
%m:%~%{$RED_BOLD%}]\
%u$(parse_git_dirty)$(git_prompt_ahead)%{$RESET_COLOR%}
%{$RED%}>%{$RESET_COLOR%} '
PROMPT='
%{$WHITE%}%n\
%{$RED_BOLD%}@%{$WHITE%}\