X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/f2d56627a723f90bdcb62408e01d03c1231ff9f9..e8cfa78ce628d668fbc48c7c4ea17b005a7ce895:/prompt_ben_setup diff --git a/prompt_ben_setup b/prompt_ben_setup index 0399e4e..d164fd9 100644 --- a/prompt_ben_setup +++ b/prompt_ben_setup @@ -55,18 +55,18 @@ function prompt_ben_setup { # Set git-info parameters. zstyle ':prezto:module:git:info' verbose 'yes' - zstyle ':prezto:module:git:info:branch' format '@%F{blue}%b%f' + zstyle ':prezto:module:git:info:branch' format '@%F{cyan}%b%f' zstyle ':prezto:module:git:info:clean' format '' zstyle ':prezto:module:git:info:added' format '%{%F{green}%}!' zstyle ':prezto:module:git:info:modified' format '%{%F{green}%}?' - zstyle ':prezto:module:git:info:untracked' format '%{%F{red}%}?' + zstyle ':prezto:module:git:info:untracked' format '%{%F{magenta}%}?' zstyle ':prezto:module:git:info:keys' format \ 'prompt' '%b%a%m%u' # Define prompts. PROMPT=' %{%F{black}%}$(nvm_info) $(rvm_info) $(virtualenv_info) -%{%F{red}%}%n%{%f%}@%{%F{yellow}%}$(box_name)%{%f%} %{%B%F{green}%}${PWD/#$HOME/~}%{%f%b%}${git_info[prompt]} %{%f%} +%{%F{magenta}%}%n%{%f%}@%{%F{yellow}%}$(box_name)%{%f%} %{%B%F{green}%}${PWD/#$HOME/~}%{%f%b%}${git_info[prompt]} %{%f%} %(?,,%{${%B%F{white}%}[%?]%{%f%b%} )$ ' } @@ -74,7 +74,7 @@ prompt_ben_setup "$@" #setopt PROMPT_SUBST -ZSH_THEME_GIT_PROMPT_PREFIX="@%{%F{blue}%}" +ZSH_THEME_GIT_PROMPT_PREFIX="@%{%F{cyan}%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" ZSH_THEME_GIT_PROMPT_DIRTY="%{%F{green}%}!" ZSH_THEME_GIT_PROMPT_UNTRACKED="%{%F{green}%}?"