mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-21 13:20:07 +00:00
Get the Hostname
Main library should use ZSH native hostname function
This commit is contained in:
parent
3e9493fb30
commit
cb501645d7
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ hosts=(
|
|||
"$_global_ssh_hosts[@]"
|
||||
"$_ssh_hosts[@]"
|
||||
"$_etc_hosts[@]"
|
||||
`hostname`
|
||||
"$HOST"
|
||||
localhost
|
||||
)
|
||||
zstyle ':completion:*:hosts' hosts $hosts
|
||||
|
|
Loading…
Reference in a new issue