From d6ac0f03d427d7522ea153e30a5c9f47774d2f4a Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 6 May 2015 17:16:25 +0300 Subject: [PATCH] pipe before bash is ugly, let us just keep it consistent --- shellrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shellrc b/shellrc index 017eff8..8478358 100644 --- a/shellrc +++ b/shellrc @@ -167,10 +167,10 @@ if is_zsh; then autoload -Uz vcs_info zstyle ':vcs_info:*' enable git svn zstyle ':vcs_info:*' check-for-changes true - zstyle ':vcs_info:*' stagedstr " %F{green}āœ“%f" - zstyle ':vcs_info:*' unstagedstr " %F{red}āœ—%f" + zstyle ':vcs_info:*' stagedstr " %F{green}v%f" + zstyle ':vcs_info:*' unstagedstr " %F{red}x%f" zstyle ':vcs_info:svn*' branchformat '%r' - zstyle ':vcs_info:*' formats " %s:%B%F{magenta}%r%f%%bī‚ %F{yellow}%b%f%u%c" + zstyle ':vcs_info:*' formats " %s:%B%F{magenta}%r%f%%b %F{yellow}%b%f%u%c" fi # }}} # {{{ prompt @@ -315,7 +315,7 @@ else else prompt_user="${nred}\u${reset} " fi - prompt_info="${lb}${prompt_user}${prompt_host}${bb}${prompt_cwd} | bash-\v${rb}" + prompt_info="${lb}${prompt_user}${prompt_host}${bb}${prompt_cwd} bash:${nyellow}\v${reset}${rb}" else prompt_info='' fi