mirror of https://github.com/akelge/zsh
Compare commits
No commits in common. "4b3ae11f9c2cbb76f83b99e25f2736ed2f61888c" and "653379ec31c0b6c237ede185391a19d77a255652" have entirely different histories.
4b3ae11f9c
...
653379ec31
|
@ -1,6 +1,6 @@
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
# Start autocomplete
|
# Start autocomplete
|
||||||
autoload -Uz compinit bashcompinit
|
autoload -Uz compinit
|
||||||
|
|
||||||
for dump in ~/.zcompdump(N.mh+24); do
|
for dump in ~/.zcompdump(N.mh+24); do
|
||||||
compinit
|
compinit
|
||||||
|
@ -9,7 +9,7 @@ done
|
||||||
|
|
||||||
compinit -C
|
compinit -C
|
||||||
|
|
||||||
bashcompinit
|
autoload bashcompinit && bashcompinit
|
||||||
# autoload bashcompinit
|
# autoload bashcompinit
|
||||||
|
|
||||||
# allow approximate
|
# allow approximate
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
fpath+=$0:h/prompts
|
fpath=($0:h/prompts $fpath)
|
||||||
fpath+=$0:h/prompts/mypure
|
fpath+=$0:h/prompts/mypure
|
||||||
# fpath+=$0:h/prompts/pure
|
# fpath+=$0:h/prompts/pure
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
https://github.com/sindresorhus/pure.git
|
Loading…
Reference in New Issue