summaryrefslogtreecommitdiff
path: root/themes/gozilla.zsh-theme
diff options
context:
space:
mode:
authorIrakli Gozalishvili <rfobic@gmail.com>2010-10-09 01:49:35 +0200
committerIrakli Gozalishvili <rfobic@gmail.com>2010-10-09 01:49:35 +0200
commitb6dde1e8cfb938e507e5e8db9eac99d28a020468 (patch)
treeada68509795d603f0f066ea80d5293fe94c2a536 /themes/gozilla.zsh-theme
parent8059c0727a09257dc387aa9ba17dc99d1842aa19 (diff)
downloadzsh-b6dde1e8cfb938e507e5e8db9eac99d28a020468.tar.gz
zsh-b6dde1e8cfb938e507e5e8db9eac99d28a020468.tar.bz2
zsh-b6dde1e8cfb938e507e5e8db9eac99d28a020468.zip
Adding new gozilla theme
Diffstat (limited to 'themes/gozilla.zsh-theme')
-rw-r--r--themes/gozilla.zsh-theme15
1 files changed, 15 insertions, 0 deletions
diff --git a/themes/gozilla.zsh-theme b/themes/gozilla.zsh-theme
new file mode 100644
index 000000000..3112b3670
--- /dev/null
+++ b/themes/gozilla.zsh-theme
@@ -0,0 +1,15 @@
+PROMPT='%{$fg_bold[red]%}➜ %{$fg_bold[green]%}%p%{$fg[cyan]%}%c%{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
+RPROMPT='$(git_prompt_status)'
+
+ZSH_THEME_GIT_PROMPT_PREFIX="(%{%}"
+ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_ADDED="%{$fg[cyan]%} ✈%{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_MODIFIED="%{$fg[yellow]%} ✭%{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_DELETED="%{$fg[red]%} ✗%{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg[blue]%} ➦%{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[magenta]%} ⚡%{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[grey]%} ⚑%{$reset_color%}"
+
+ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}"
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}"
+