diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/completion b/etc/completion index 6a28e95..ded9f55 100644 --- a/etc/completion +++ b/etc/completion @@ -8,6 +8,6 @@ ls-colors: zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} zstyle ':completion:*' menu select=1 # Complete uppercase names with lowercase and spaces with _ -zstyle ':completion:*' matcher-list 'm:_= m:{a-z}={A-Z}' '' +zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z} m:_=\\\ ' '' _hosts() { compadd derf.homelinux.org kraftwerk saviour kappa nemesis aneurysm;} |