mirror of https://github.com/akelge/zsh
Make pure the default prompt
This commit is contained in:
parent
c60658f6bb
commit
0a73e27f24
|
@ -6,4 +6,8 @@ autoload -U promptinit;promptinit
|
|||
zstyle :prompt:pure:user color white
|
||||
zstyle :prompt:pure:host color white
|
||||
|
||||
# Default prompt is pure
|
||||
#
|
||||
prompt pure
|
||||
|
||||
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
||||
|
|
Loading…
Reference in New Issue