diff options
Diffstat (limited to 'etc/completion')
-rw-r--r-- | etc/completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/completion b/etc/completion index 5f900d6..e6e8460 100644 --- a/etc/completion +++ b/etc/completion @@ -10,4 +10,4 @@ zstyle ':completion:*' menu select=1 # Also complete uppercase names with lowercase zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' '' -_hosts() { compadd alpha beta gamma kraftwerk delta epsilon zeta eta saviour theta iota kappa nemesis lambda;} +_hosts() { compadd alpha beta gamma kraftwerk delta epsilon zeta eta saviour theta iota kappa nemesis lambda my aneurysm;} |