uncomment sourcing of ssh-completion
This commit is contained in:
parent
1ec4e954c6
commit
afeb508724
3 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
#. /usr/share/bash-completion/completions/ssh
|
||||
. /usr/share/bash-completion/completions/ssh
|
||||
shopt -u hostcomplete && complete -F _ssh sshmyshellconfig
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#. /usr/share/bash-completion/completions/ssh
|
||||
. /usr/share/bash-completion/completions/ssh
|
||||
shopt -u hostcomplete && complete -F _ssh sshs
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#. /usr/share/bash-completion/completions/ssh
|
||||
. /usr/share/bash-completion/completions/ssh
|
||||
shopt -u hostcomplete && complete -F _ssh sshserverconfig
|
||||
|
|
Loading…
Reference in a new issue