1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-01 19:50:28 +00:00

Add cloud.zsh-theme

This commit is contained in:
Phillip Ridlen 2010-10-05 17:06:08 -05:00
parent 2c1236e047
commit 287585dd65

6
themes/cloud.zsh-theme Normal file
View File

@ -0,0 +1,6 @@
PROMPT='%{$fg_bold[cyan]%}☁ %{$fg_bold[green]%}%p %{$fg[green]%}%c %{$fg_bold[cyan]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}[%{$fg[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%}] %{$fg[yellow]%}⚡%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}]"