Changed prompt, added ability to customize by sourcing zshrc if it

exists
This commit is contained in:
2013-12-23 07:34:55 -08:00
parent b257630396
commit bc9df24067
4 changed files with 16 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
PROMPT='%n@%m %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} %{$reset_color%} %F{cyan}%~%f %F{red}%F{gray}%f '
PROMPT='%n@%m %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} %{$reset_color%} %F{cyan}%~%f %F{red}%F{yellow}%F{green}%f '
ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"