diff options
author | Claus Witt <claus@wittnezz.dk> | 2011-01-26 11:07:25 +0100 |
---|---|---|
committer | Claus Witt <claus@wittnezz.dk> | 2011-01-26 11:07:25 +0100 |
commit | 6a39f8109320e9bd13f006648baf84bb62d1d487 (patch) | |
tree | 993811d1f563bbcdc14ac2994861a771c274fe85 /themes/theunraveler.zsh-theme | |
parent | 4e42bdc306e5d8c1d0ff7c86be305e11b432c04f (diff) | |
parent | 01b0366f3e27cf30f3882870100f14625fc267d1 (diff) | |
download | zsh-6a39f8109320e9bd13f006648baf84bb62d1d487.tar.gz zsh-6a39f8109320e9bd13f006648baf84bb62d1d487.tar.bz2 zsh-6a39f8109320e9bd13f006648baf84bb62d1d487.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'themes/theunraveler.zsh-theme')
-rw-r--r-- | themes/theunraveler.zsh-theme | 18 |
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 |