activer l'autocomplétion pour uinst -h
This commit is contained in:
parent
e399cf7680
commit
594fd4ec30
|
@ -7,7 +7,7 @@ function __nutools_host_completion() {
|
||||||
_known_hosts_real "$cur"
|
_known_hosts_real "$cur"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
complete -F __nutools_host_completion -o default ruinst runs rruns
|
complete -F __nutools_host_completion -o default uinst ruinst runs rruns
|
||||||
|
|
||||||
if __bash_completion_module_enabled ssh; then
|
if __bash_completion_module_enabled ssh; then
|
||||||
shopt -u hostcomplete
|
shopt -u hostcomplete
|
||||||
|
|
Loading…
Reference in New Issue