diff options
Diffstat (limited to '.zsh.prompts/prompt_dvzrv_setup')
-rw-r--r-- | .zsh.prompts/prompt_dvzrv_setup | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/.zsh.prompts/prompt_dvzrv_setup b/.zsh.prompts/prompt_dvzrv_setup index 3046892..4758b7a 100644 --- a/.zsh.prompts/prompt_dvzrv_setup +++ b/.zsh.prompts/prompt_dvzrv_setup @@ -53,24 +53,13 @@ function prompt_steeef_simplified_setup { # Add hook for calling vcs_info before each command. add-zsh-hook precmd prompt_steeef_simplified_precmd - # Use extended color pallete if available. - if [[ $TERM = *256color* || $TERM = *rxvt* ]]; then - _prompt_steeef_simplified_colors=( - "%F{81}" # Turquoise - "%F{166}" # Orange - "%F{135}" # Purple - "%F{161}" # Hotpink - "%F{118}" # Limegreen - ) - else - _prompt_steeef_simplified_colors=( - "%F{cyan}" - "%F{yellow}" - "%F{magenta}" - "%F{red}" - "%F{green}" - ) - fi + _prompt_steeef_simplified_colors=( + "%F{cyan}" + "%F{yellow}" + "%F{magenta}" + "%F{red}" + "%F{green}" + ) # Formats: # %b - branchname |