mirror of https://github.com/akelge/zsh
Do not enforce pure prompt
It can collide with agnoster and/or powerlevel
This commit is contained in:
parent
b5f69367d0
commit
c136c3918a
|
@ -6,6 +6,6 @@ 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
|
||||||
|
|
||||||
prompt pure
|
# prompt pure
|
||||||
|
|
||||||
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
||||||
|
|
Loading…
Reference in New Issue