mirror of
https://github.com/akelge/zsh
synced 2025-09-19 04:12:53 +00:00
Added async module and hooks management
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
fpath=($0:h/prompts $fpath)
|
||||
fpath+=$0:h/prompts/mypure
|
||||
fpath+=$0:h/prompts/pure
|
||||
# fpath+=$0:h/prompts/mypure
|
||||
# fpath+=$0:h/prompts/pure
|
||||
|
||||
autoload -U promptinit;promptinit
|
||||
|
||||
@ -12,7 +12,7 @@ PURE_CMD_MAX_EXEC_TIME=30
|
||||
|
||||
# Default prompt is pure
|
||||
#
|
||||
prompt mypure
|
||||
# prompt mypure
|
||||
# prompt pure
|
||||
|
||||
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
||||
|
Reference in New Issue
Block a user