Switches to completion file from the iocage project (https://github.com/iocage/iocage/blob/master/zsh-completion/_iocage)

This commit is contained in:
2018-01-21 01:53:38 +01:00
parent 0e015b8e46
commit d8bccfb8aa
5 changed files with 326 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ setopt always_to_end
WORDCHARS=''
zmodload -i zsh/complist
source ~/.zsh/comp/_*
fpath=(~/.zsh/comp/ $fpath)
## case-insensitive (all),partial-word and then substring completion
if [ "x$CASE_SENSITIVE" = "xtrue" ]; then