mirror of https://github.com/akelge/zsh
Compare commits
2 Commits
653379ec31
...
4b3ae11f9c
Author | SHA1 | Date |
---|---|---|
|
4b3ae11f9c | |
|
8eb55fb478 |
|
@ -1,6 +1,6 @@
|
|||
#######################################################################################
|
||||
# Start autocomplete
|
||||
autoload -Uz compinit
|
||||
autoload -Uz compinit bashcompinit
|
||||
|
||||
for dump in ~/.zcompdump(N.mh+24); do
|
||||
compinit
|
||||
|
@ -9,7 +9,7 @@ done
|
|||
|
||||
compinit -C
|
||||
|
||||
autoload bashcompinit && bashcompinit
|
||||
bashcompinit
|
||||
# autoload bashcompinit
|
||||
|
||||
# allow approximate
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
fpath=($0:h/prompts $fpath)
|
||||
fpath+=$0:h/prompts
|
||||
fpath+=$0:h/prompts/mypure
|
||||
# fpath+=$0:h/prompts/pure
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
https://github.com/sindresorhus/pure.git
|
Loading…
Reference in New Issue