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_data_DATA =
|
||||
|
||||
if INSTALL_UFW
|
||||
nobase_dist_sysconf_DATA += ufw/applications.d/mosh
|
||||
endif
|
||||
|
||||
if INSTALL_COMPLETION
|
||||
nobase_dist_data_DATA += bash-completion/completions/mosh
|
||||
nobase_dist_sysconf_DATA += bash_completion.d/mosh
|
||||
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
|
||||
Reference in New Issue
Block a user