Switches to completion file from the iocage project (https://github.com/iocage/iocage/blob/master/zsh-completion/_iocage)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user