1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-24 07:13:28 +02:00

Get the Hostname

Main library should use ZSH native hostname function
This commit is contained in:
Gustavo Barron
2011-12-30 12:11:41 -06:00
parent 3e9493fb30
commit cb501645d7
+1 -1
View File
@@ -39,7 +39,7 @@ hosts=(
"$_global_ssh_hosts[@]"
"$_ssh_hosts[@]"
"$_etc_hosts[@]"
`hostname`
"$HOST"
localhost
)
zstyle ':completion:*:hosts' hosts $hosts