fix blue bar in zshrc

This commit is contained in:
Colin McMillen 2021-06-02 13:53:10 -04:00
parent db2e9480f6
commit 9ceb6ae568

4
zshrc
View File

@ -7,8 +7,8 @@ path+=("~/bin")
path+=("$HOME/software/depot_tools")
EDITOR=vim
PROMPT="%K{blue}%F{ffffff}%n@%m %~%f%E%k
%F{cyan}$%f "
PROMPT="%K{blue}%F{ffffff}%n@%m %~%f%E
%k%F{cyan}$%f "
RPROMPT=
HISTFILESIZE=100000000