dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit bf2e7ec6f5f42ffdbf11491e7ffbba8856ede8e9
parent 43dd5f2af1ca24d381552c5a452e34c8ed0cc33d
Author: pyratebeard <root@pyratebeard.net>
Date:   Wed, 20 Sep 2017 13:32:26 +0100

changed classic - username to cyan

Diffstat:
Mzsh/.zsh/prompt.zsh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/zsh/.zsh/prompt.zsh b/zsh/.zsh/prompt.zsh @@ -11,7 +11,7 @@ ICO_DIVERGED="⥮" COLOR_ROOT="%F{red}" COLOR_USER="%F{cyan}" COLOR_NORMAL="%F{white}" -PROMPT_STYLE="tiny" +PROMPT_STYLE="classic" #█▓▒░ allow functions in the prompt setopt PROMPT_SUBST @@ -102,6 +102,6 @@ RPROMPT='%~ $(GIT_PROMPT)' ;; # classic *) -PROMPT='%F{blue}${USERNAME}@%F{white}[${HOSTNAME}]$(GIT_PROMPT)%F{white} : %~# ' +PROMPT='%F{cyan}${USERNAME}@%F{white}[${HOSTNAME}]$(GIT_PROMPT)%F{white} : %~# ' ;; esac