summaryrefslogtreecommitdiff
path: root/themes/cloud.zsh-theme
diff options
context:
space:
mode:
authorRoman Kamyk <roman.kamyk@gmail.com>2010-10-15 14:49:23 +0200
committerRoman Kamyk <roman.kamyk@gmail.com>2010-10-15 14:49:23 +0200
commitfb6fddda37b7693c0b6f49345e25f8cac66ba9e4 (patch)
tree3bc1257f4d5403e787c6e6cacb008b49a4d9a38b /themes/cloud.zsh-theme
parentf294eeb57175f5ef86f903d41c84ecacd96fe00c (diff)
parentdc12853b0c3e5af9e42f44cb9efdf57d44d20711 (diff)
downloadzsh-fb6fddda37b7693c0b6f49345e25f8cac66ba9e4.tar.gz
zsh-fb6fddda37b7693c0b6f49345e25f8cac66ba9e4.tar.bz2
zsh-fb6fddda37b7693c0b6f49345e25f8cac66ba9e4.zip
Merge branch 'master' of http://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'themes/cloud.zsh-theme')
-rw-r--r--themes/cloud.zsh-theme6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/cloud.zsh-theme b/themes/cloud.zsh-theme
new file mode 100644
index 000000000..ad5e2834b
--- /dev/null
+++ b/themes/cloud.zsh-theme
@@ -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]%}]" \ No newline at end of file