mirror of https://github.com/akelge/zsh
Make default pure prompt yellow
This commit is contained in:
parent
ee0f1bb04d
commit
f4a4abba6f
|
@ -6,6 +6,7 @@ autoload -U promptinit;promptinit
|
||||||
|
|
||||||
zstyle :prompt:pure:user color white
|
zstyle :prompt:pure:user color white
|
||||||
zstyle :prompt:pure:host color white
|
zstyle :prompt:pure:host color white
|
||||||
|
zstyle :prompt:pure:prompt:success color yellow
|
||||||
|
|
||||||
PURE_CMD_MAX_EXEC_TIME=30
|
PURE_CMD_MAX_EXEC_TIME=30
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue