lib: treat _ and - as part of a word

Fixes #8743
This commit is contained in:
Marc Cornellà 2020-09-04 21:54:05 +02:00
parent 28ee5846bb
commit 50dc4ab357

View File

@ -1,7 +1,7 @@
# fixme - the load process here seems a bit bizarre
zmodload -i zsh/complist
WORDCHARS=''
WORDCHARS='_-'
unsetopt menu_complete # do not autoselect the first completion entry
unsetopt flowcontrol