aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/sftp.bash
blob: b54b06b7e18bf0e4b1a9e76204a643417e204344 (plain) (blame)
1
2
3
4
5
# Completion for sftp(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 sftp