Commit 5516f8c4 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #790 from cicloid/master

Getting the hostname, correctly everywhere.
parents 3e9493fb cb501645
...@@ -39,7 +39,7 @@ hosts=( ...@@ -39,7 +39,7 @@ hosts=(
"$_global_ssh_hosts[@]" "$_global_ssh_hosts[@]"
"$_ssh_hosts[@]" "$_ssh_hosts[@]"
"$_etc_hosts[@]" "$_etc_hosts[@]"
`hostname` "$HOST"
localhost localhost
) )
zstyle ':completion:*:hosts' hosts $hosts zstyle ':completion:*:hosts' hosts $hosts
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment