diff --git a/bash_completion b/bash_completion index dab669fa..909d5c4d 100644 --- a/bash_completion +++ b/bash_completion @@ -1,6 +1,6 @@ # bash_completion - some programmable completion functions for bash 2.05a # -# $Id: bash_completion,v 1.111 2002/02/13 19:23:52 ianmacd Exp $ +# $Id: bash_completion,v 1.112 2002/02/13 19:25:22 ianmacd Exp $ # # Copyright (C) Ian Macdonald # @@ -71,7 +71,7 @@ complete -A signal -P '-' kill complete -u finger su usermod userdel passwd # group commands see only groups -complete -g groupmod groupdel passwd +complete -g groupmod groupdel # bg completes with stopped jobs complete -A stopped -P '%' bg @@ -79,8 +79,6 @@ complete -A stopped -P '%' bg # other job commands complete -j -P '%' fg jobs disown -complete -F _known_hosts traceroute ping fping telnet host nslookup - # export and others complete with shell variables complete -v readonly unset