summaryrefslogtreecommitdiff
path: root/themes/gozilla.zsh-theme
diff options
context:
space:
mode:
authorSven Lito <me@svenlito.com>2010-10-09 18:56:51 +0100
committerSven Lito <me@svenlito.com>2010-10-09 18:56:51 +0100
commit8bef74081e9dda6e1d6c5854c2fcedb9145031ba (patch)
tree83b0adc4084a0c4d3948a34d21796dab9e811d69 /themes/gozilla.zsh-theme
parent425b0ef89fcd40b6b235347e32d8efd44709a802 (diff)
parentdf126ef5ba7461fb227a0fa39c3d416d94b08931 (diff)
downloadzsh-8bef74081e9dda6e1d6c5854c2fcedb9145031ba.tar.gz
zsh-8bef74081e9dda6e1d6c5854c2fcedb9145031ba.tar.bz2
zsh-8bef74081e9dda6e1d6c5854c2fcedb9145031ba.zip
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
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..c6b752e9b
--- /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%}'
+
+ZSH_THEME_GIT_PROMPT_PREFIX="("
+ZSH_THEME_GIT_PROMPT_SUFFIX=")"
+ZSH_THEME_GIT_PROMPT_DIRTY=""
+ZSH_THEME_GIT_PROMPT_CLEAN=""
+
+RPROMPT='$(git_prompt_status)%{$reset_color%}'
+
+ZSH_THEME_GIT_PROMPT_ADDED="%{$fg[cyan]%} ✈"
+ZSH_THEME_GIT_PROMPT_MODIFIED="%{$fg[yellow]%} ✭"
+ZSH_THEME_GIT_PROMPT_DELETED="%{$fg[red]%} ✗"
+ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg[blue]%} ➦"
+ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[magenta]%} ✂"
+ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[grey]%} ✱"