change prompt colors

This commit is contained in:
Colin McMillen 2021-05-20 10:13:51 -04:00
parent c3baeb710f
commit ef3590f92e

5
zshrc
View File

@ -4,10 +4,11 @@ bindkey "^[[F" end-of-line
bindkey "^[[3~" delete-char
path+=("~/bin")
path+=("$HOME/software/depot_tools")
EDITOR=vim
PROMPT="%K{blue}%F{white}%n@%m %F{#ffff00}%~%f%E%k
%F{cyan}$ %F{white}"
PROMPT="%K{blue}%F{ffffff}%n@%m %~%f%E%k
%F{cyan}$%f "
RPROMPT=
HISTFILESIZE=100000000