1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 05:29:06 +00:00

Make default pure prompt yellow

This commit is contained in:
2021-08-16 11:45:05 +02:00
parent ee0f1bb04d
commit f4a4abba6f

View File

@ -6,6 +6,7 @@ autoload -U promptinit;promptinit
zstyle :prompt:pure:user color white
zstyle :prompt:pure:host color white
zstyle :prompt:pure:prompt:success color yellow
PURE_CMD_MAX_EXEC_TIME=30