summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorJake Bell <jake.b.bell@gmail.com>2010-12-19 21:08:21 -0600
committerJake Bell <jake.b.bell@gmail.com>2010-12-19 21:08:21 -0600
commitf2d60d3023b006e5e31928ed36491f4639a7a022 (patch)
tree35753f6acf4fb47b3df606475a407292e2464ce1 /themes
parent4fadc302472f9b02e386da3e7182c1397ee3cd5c (diff)
downloadzsh-f2d60d3023b006e5e31928ed36491f4639a7a022.tar.gz
zsh-f2d60d3023b006e5e31928ed36491f4639a7a022.tar.bz2
zsh-f2d60d3023b006e5e31928ed36491f4639a7a022.zip
Updating theunraveler theme to include more detailed git info.
Diffstat (limited to 'themes')
-rw-r--r--themes/theunraveler.zsh-theme18
1 files changed, 14 insertions, 4 deletions
diff --git a/themes/theunraveler.zsh-theme b/themes/theunraveler.zsh-theme
index 4eec8e827..e4bfb79c5 100644
--- a/themes/theunraveler.zsh-theme
+++ b/themes/theunraveler.zsh-theme
@@ -1,6 +1,16 @@
-# Comment
+# Comment
-ZSH_THEME_GIT_PROMPT_PREFIX=' (git:'
-ZSH_THEME_GIT_PROMPT_SUFFIX=')'
+PROMPT='%{$fg[magenta]%}[%c] %{$reset_color%}'
-PROMPT='%{$fg[magenta]%}[%c]$(git_prompt_info) $ %{$reset_color%}' \ No newline at end of file
+RPROMPT='%{$fg[magenta]%}$(git_prompt_info)%{$reset_color%} $(git_prompt_status)%{$reset_color%}'
+
+ZSH_THEME_GIT_PROMPT_PREFIX=""
+ZSH_THEME_GIT_PROMPT_SUFFIX=""
+ZSH_THEME_GIT_PROMPT_DIRTY=""
+ZSH_THEME_GIT_PROMPT_CLEAN=""
+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]%} ✱" \ No newline at end of file