add bash_completion for reachable
This commit is contained in:
parent
b95f550ee5
commit
227bab3244
1 changed files with 3 additions and 0 deletions
3
bash_completion.d/reachable
Normal file
3
bash_completion.d/reachable
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[ -e /usr/share/bash-completion/bash_completion ] && . /usr/share/bash-completion/bash_completion
|
||||||
|
[ -e /usr/share/bash-completion/completions/ssh ] && . /usr/share/bash-completion/completions/ssh
|
||||||
|
shopt -u hostcomplete && complete -F _ssh reachable
|
Loading…
Reference in a new issue