1
0
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:
2021-12-16 11:26:05 +01:00
parent c8576d59ca
commit 293ef30aaa
4 changed files with 705 additions and 3 deletions

View File

@ -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 :