From: Oleg Broytman Date: Sat, 27 Aug 2016 17:31:09 +0000 (+0300) Subject: .shellrc: complete functions for unset in addition to vars X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=5147725299dae62526a9cb7e89222cd79339f149 .shellrc: complete functions for unset in addition to vars --- 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