Why run hostname? Just use $HOST

This commit is contained in:
ArcheyDevil 2012-04-12 15:43:24 +10:00
commit e34d009e3c

View file

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