Skip to content
Snippets Groups Projects
Commit 899b0f41 authored by nimrod's avatar nimrod
Browse files

unssh, unscp and ssmh Bash completion.

parent d71052c3
No related branches found
No related tags found
No related merge requests found
if [ -f /usr/share/bash-completion/completions/ssh ]
then
. /usr/share/bash-completion/completions/ssh
complete -F _ssh ssmh unssh
elif [ -f /usr/local/share/bash-completion/completions/ssh ]
then
. /usr/local/share/bash-completion/completions/ssh
complete -F _ssh ssmh unssh
fi
if [ -f /usr/share/bash-completion/completions/scp ]
then
. /usr/share/bash-completion/completions/scp
complete -F _scp -o nospace scp
elif [ -f /usr/local/share/bash-completion/completions/scp ]
then
. /usr/local/share/bash-completion/completions/scp
complete -F _scp -o nospace scp
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment