From 5147725299dae62526a9cb7e89222cd79339f149 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 27 Aug 2016 20:31:09 +0300 Subject: [PATCH] .shellrc: complete functions for unset in addition to vars --- .shellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.shellrc b/.shellrc index 253d434..0d043e6 100644 --- a/.shellrc +++ b/.shellrc @@ -160,7 +160,7 @@ if test -n "$BASH_VERSION"; then unset has_completion complete -A job bg fg j jobs wait - complete -A variable unset + complete -A variable -A function unset if [ -d "$HOME/lib/config" ]; then complete -W "`cd \"$HOME/lib/config\" && echo *`" include -- 2.39.2