diff options
author | Mark Drago <markdrago@gmail.com> | 2012-01-06 07:20:23 -0500 |
---|---|---|
committer | Mark Drago <markdrago@gmail.com> | 2012-01-06 07:20:23 -0500 |
commit | 95971a287bc2bab899c96ce3c82eed4b7e6c299d (patch) | |
tree | 3d214f774ae41dea163beb6e41a54aaf8ee130e6 /lib/completion.zsh | |
parent | e3c34b4f9aee666ea5446a975b4a70cdbab3239c (diff) | |
parent | 8c45b739181ba58e91e2dceaa53b08161c46b03f (diff) | |
download | zsh-95971a287bc2bab899c96ce3c82eed4b7e6c299d.tar.gz zsh-95971a287bc2bab899c96ce3c82eed4b7e6c299d.tar.bz2 zsh-95971a287bc2bab899c96ce3c82eed4b7e6c299d.zip |
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh into cloud_parameter
Diffstat (limited to 'lib/completion.zsh')
-rw-r--r-- | lib/completion.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/completion.zsh b/lib/completion.zsh index 0e5d480ff..b964595ed 100644 --- a/lib/completion.zsh +++ b/lib/completion.zsh @@ -39,7 +39,7 @@ hosts=( "$_global_ssh_hosts[@]" "$_ssh_hosts[@]" "$_etc_hosts[@]" - `hostname` + "$HOST" localhost ) zstyle ':completion:*:hosts' hosts $hosts |