mirror of https://github.com/akelge/zsh
longer prompt time
This commit is contained in:
parent
d87ae9bd74
commit
b47852808f
|
@ -7,8 +7,11 @@ 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
|
||||||
|
|
||||||
|
PURE_CMD_MAX_EXEC_TIME=30
|
||||||
|
|
||||||
# Default prompt is pure
|
# Default prompt is pure
|
||||||
#
|
#
|
||||||
prompt mypure
|
# prompt mypure
|
||||||
|
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