Commit cb501645 authored by Gustavo Barron's avatar Gustavo Barron
Browse files

Get the Hostname

Main library should use ZSH native hostname function
parent 3e9493fb
...@@ -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