mirror of https://github.com/akelge/zsh
Fix colors
This commit is contained in:
parent
420ba938e4
commit
e016bb8381
|
@ -3,8 +3,8 @@ fpath+=$0:h/prompts/pure
|
||||||
|
|
||||||
autoload -U promptinit;promptinit
|
autoload -U promptinit;promptinit
|
||||||
|
|
||||||
zstyle :prompt:pure:user color blue
|
zstyle :prompt:pure:user color white
|
||||||
zstyle :prompt:pure:host color blue
|
zstyle :prompt:pure:host color white
|
||||||
|
|
||||||
prompt pure
|
prompt pure
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue