changed some stuff

This commit is contained in:
eeleater 2023-11-06 12:16:28 +01:00
parent 8fd767105f
commit 16e4580f1c
2 changed files with 6 additions and 6 deletions

View file

@ -17,8 +17,8 @@ zstyle ':completion:*:(ssh|scp|sshfs|mosh|rsync):*:hosts-ipaddr' ignored-pattern
[ -r /etc/hosts ] && : ${(A)_etc_hosts:=${(s: :)${(ps:\t:)${${(f)~~"$(</etc/hosts)"}%%\#*}##[:blank:]#[^[:blank:]]#}}} || _etc_hosts=()
hosts=(
# "$_ssh_config[@]"
"$_global_ssh_hosts[@]"
"$_ssh_hosts[@]"
"$_etc_hosts[@]"
# "$_global_ssh_hosts[@]"
# "$_ssh_hosts[@]"
# "$_etc_hosts[@]"
)
zstyle ':completion:*:hosts' hosts $hosts