dotfiles

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

commit 8573bc2f1f7950d7107a8e98fb25ec52dbd00c7a
parent 93cf09240c777fcb6ffd7179bce3cad5f94dc45b
Author: pyratebeard <root@pyratebeard.net>
Date:   Sun,  6 Nov 2016 17:46:47 +0000

changed to blue for colourscheme change

Diffstat:
Mzsh/.zsh/minimal-prompt.zsh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zsh/.zsh/minimal-prompt.zsh b/zsh/.zsh/minimal-prompt.zsh @@ -12,4 +12,4 @@ # #█▓▒░ minial prompt # PROMPT='${USER_LEVEL}[%F{white}%1~${USER_LEVEL}]$(prompt_git_info)── -%f ' -PROMPT='%F{red}${USERNAME}@%F{white}[$HOSTNAME] : %~# ' +PROMPT='%F{blue}${USERNAME}@%F{white}[$HOSTNAME] : %~# '