diff options
-rw-r--r-- | etc/completion | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/completion b/etc/completion index 4c6f4cb..6a28e95 100644 --- a/etc/completion +++ b/etc/completion @@ -7,7 +7,7 @@ ls-colors: zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} # Mark the current selection when tabbing through possible completions zstyle ':completion:*' menu select=1 -# Also complete uppercase names with lowercase -zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' '' +# Complete uppercase names with lowercase and spaces with _ +zstyle ':completion:*' matcher-list 'm:_= m:{a-z}={A-Z}' '' _hosts() { compadd derf.homelinux.org kraftwerk saviour kappa nemesis aneurysm;} |