From 1096da1d963fab26907dc8f120b70e1f2e4710cc Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Tue, 9 Oct 2007 22:03:17 -0700 Subject: remove op-mode set alias in cfg mode. --- etc/bash_completion.d/vyatta-cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg index d0d380d..f740c54 100644 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -36,7 +36,7 @@ declare -a comp_words=() # commands to unalias declare -a unalias_cmds=( clear configure date debug edit exit load \ - no show save terminal undebug ) + no set show save terminal undebug ) for cmd in "${unalias_cmds[@]}"; do unalias $cmd >& /dev/null done -- cgit v1.2.3