change prompt colors
This commit is contained in:
parent
c3baeb710f
commit
ef3590f92e
5
zshrc
5
zshrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user