1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

Merge pull request #790 from cicloid/master

Getting the hostname, correctly everywhere.
This commit is contained in:
Robby Russell 2012-01-01 09:19:40 -08:00
commit 5516f8c42b

View file

@ -39,7 +39,7 @@ hosts=(
"$_global_ssh_hosts[@]"
"$_ssh_hosts[@]"
"$_etc_hosts[@]"
`hostname`
"$HOST"
localhost
)
zstyle ':completion:*:hosts' hosts $hosts