Revert "Update bash completion for Debian."

This reverts commit 05da49fc3f.
This commit is contained in:
John Hood
2015-06-24 00:28:23 -04:00
parent 05da49fc3f
commit 6a169dc7ea
4 changed files with 2 additions and 12 deletions
+1 -2
View File
@@ -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
-9
View File
@@ -1,9 +0,0 @@
_mosh () {
local cur prev
_init_completion || return
_known_hosts_real -a "$cur"
}
complete -F _mosh mosh
+1
View File
@@ -0,0 +1 @@
complete -F _known_hosts mosh