aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/ssh.bash
blob: 6d327c91c10f81071f3923616644a888da648ffb (plain) (blame)
1
2
3
4
5
# Completion for ssh(1) with ssh_config(5) hostnames
if ! declare -F _ssh_config_hosts >/dev/null ; then
    source "$HOME"/.bash_completion.d/_ssh_config_hosts.bash
fi
complete -F _ssh_config_hosts -o bashdefault -o default ssh