mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Why run hostname? Just use $HOST
This commit is contained in:
parent
7116abb78b
commit
e34d009e3c
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ cdpath=(.)
|
||||||
hosts=(
|
hosts=(
|
||||||
$_ssh_hosts[@]
|
$_ssh_hosts[@]
|
||||||
$_etc_hosts[@]
|
$_etc_hosts[@]
|
||||||
$(hostname)
|
$HOST
|
||||||
localhost
|
localhost
|
||||||
)
|
)
|
||||||
zstyle ':completion:*:hosts' hosts $hosts
|
zstyle ':completion:*:hosts' hosts $hosts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue