summaryrefslogtreecommitdiff
path: root/etc/bash_completion.d/10vyatta-op
diff options
context:
space:
mode:
Diffstat (limited to 'etc/bash_completion.d/10vyatta-op')
-rw-r--r--etc/bash_completion.d/10vyatta-op22
1 files changed, 2 insertions, 20 deletions
diff --git a/etc/bash_completion.d/10vyatta-op b/etc/bash_completion.d/10vyatta-op
index db5ae9d..4eb5ba2 100644
--- a/etc/bash_completion.d/10vyatta-op
+++ b/etc/bash_completion.d/10vyatta-op
@@ -35,26 +35,8 @@ test -z "$_vyatta_default_pager" && \
--no-lessopen"
declare -x VYATTA_PAGER=$_vyatta_default_pager
-_vyatta_op_do_key_bindings ()
-{
- # if vbash
- # use '?' for help
- # use ' ' for completion
- if [ "$SHELL" == "/bin/vbash" ]; then
- if [ -f $HOME/.vyatta_key_query_help_disable ]; then
- bind '"?": self-insert'
- else
- bind '"?": possible-completions'
- fi
- if [ -f $HOME/.vyatta_key_space_complete_disable ]; then
- bind '" ": self-insert'
- else
- bind '" ": complete'
- fi
- fi
-}
-
-_vyatta_op_do_key_bindings
+# use '?' for help
+bind '"?": possible-completions'
test -f /etc/default/vyatta && \
source /etc/default/vyatta