bash_completion angepasst
This commit is contained in:
parent
a4a92991b6
commit
eb5f233baf
3 changed files with 4 additions and 1 deletions
2
bash_completion.d/sshmyshellconfig
Normal file
2
bash_completion.d/sshmyshellconfig
Normal file
|
@ -0,0 +1,2 @@
|
|||
. /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 +1,2 @@
|
|||
. /usr/share/bash-completion/completions/ssh
|
||||
shopt -u hostcomplete && complete -F _ssh sshserverconfig
|
||||
|
|
Loading…
Reference in a new issue