Skip to content

Commit

Permalink
Update ys.zsh-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo Fang committed Nov 15, 2013
1 parent 9e4fa54 commit b48a941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/ys.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ local current_dir='${PWD/#$HOME/~}'
local git_info='$(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[white]%}on%{$reset_color%} git:%{$fg[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}x"
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}o"
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}*"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}"

# Prompt format: \n # USER at MACHINE in DIRECTORY on git:BRANCH STATE [TIME] \n $
PROMPT="
Expand Down

0 comments on commit b48a941

Please sign in to comment.