summaryrefslogtreecommitdiffstats
path: root/shell-completion/zsh/_sd_hosts_or_user_at_host
blob: 11f94f19765ddefcfe40ef8996bc33033f2c7abb (plain)
1
2
3
4
5
6
#autoload
# SPDX-License-Identifier: LGPL-2.1+

_alternative \
  'users-hosts:: _user_at_host' \
  'hosts:: _hosts'