1
0
mirror of https://github.com/akelge/zsh synced 2025-07-05 05:49:06 +00:00

Better autocompletion

This commit is contained in:
2021-10-28 11:44:04 +02:00
parent 6b9bbdadb9
commit ec13969e0f
4 changed files with 0 additions and 13395 deletions

View File

@ -2,14 +2,6 @@
# Start autocomplete
autoload -U compinit && compinit -u
autoload bashcompinit && bashcompinit
# autoload -Uz compinit
#if [ $(date +'%j') != $(stat -f '%Sm' -t '%j' ~/.zcompdump) ]; then
# compinit -C
# else
# compinit -C
# fi
autoload -U compsys;
compctl -g "*(-/)" + -g ".*(-/)" cd
# allow approximate
zstyle ':completion:*' completer _complete _match _approximate
@ -23,6 +15,4 @@ zstyle ':completion:*:kill:*' force-list always
# # cd not select parent dir
zstyle ':completion:*:cd:*' ignore-parents parent pwd
# compctl -g "*(-/)" + -g ".*(-/)" cd
#
# vim: set ts=4 sw=4 tw=0 ft=zsh :