Skip to content

Commit

Permalink
Merge pull request ohmyzsh#790 from cicloid/master
Browse files Browse the repository at this point in the history
Getting the hostname, correctly everywhere.
  • Loading branch information
robbyrussell committed Jan 1, 2012
2 parents 3e9493f + cb50164 commit 5516f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/completion.zsh
Expand Up @@ -39,7 +39,7 @@ hosts=(
"$_global_ssh_hosts[@]"
"$_ssh_hosts[@]"
"$_etc_hosts[@]"
`hostname`
"$HOST"
localhost
)
zstyle ':completion:*:hosts' hosts $hosts
Expand Down

0 comments on commit 5516f8c

Please sign in to comment.