Revert "Update bash completion for Debian."
This reverts commit 05da49fc3f.
This commit is contained in:
+1
-2
@@ -1,10 +1,9 @@
|
|||||||
nobase_dist_sysconf_DATA =
|
nobase_dist_sysconf_DATA =
|
||||||
nobase_dist_data_DATA =
|
|
||||||
|
|
||||||
if INSTALL_UFW
|
if INSTALL_UFW
|
||||||
nobase_dist_sysconf_DATA += ufw/applications.d/mosh
|
nobase_dist_sysconf_DATA += ufw/applications.d/mosh
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if INSTALL_COMPLETION
|
if INSTALL_COMPLETION
|
||||||
nobase_dist_data_DATA += bash-completion/completions/mosh
|
nobase_dist_sysconf_DATA += bash_completion.d/mosh
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
_mosh () {
|
|
||||||
local cur prev
|
|
||||||
|
|
||||||
_init_completion || return
|
|
||||||
|
|
||||||
_known_hosts_real -a "$cur"
|
|
||||||
}
|
|
||||||
|
|
||||||
complete -F _mosh mosh
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
complete -F _known_hosts mosh
|
||||||
Vendored
-1
@@ -1 +0,0 @@
|
|||||||
conf/bash_completion.d/mosh
|
|
||||||
Reference in New Issue
Block a user