no group completion for chgrp, since we ideally also want filename completion
on second and subsequent parameters
This commit is contained in:
parent
450ab1e5e3
commit
d1d0566a3c
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# <![CDATA[
|
# <![CDATA[
|
||||||
#
|
#
|
||||||
# $Id: bash_completion,v 1.41 2002/01/03 01:16:41 ianmacd Exp $
|
# $Id: bash_completion,v 1.42 2002/01/03 01:17:44 ianmacd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||||
#
|
#
|
||||||
@ -63,7 +63,7 @@ complete -A signal -P '-' kill
|
|||||||
complete -u finger su usermod userdel passwd
|
complete -u finger su usermod userdel passwd
|
||||||
|
|
||||||
# group commands see only groups
|
# group commands see only groups
|
||||||
complete -g groupmod groupdel passwd chgrp
|
complete -g groupmod groupdel passwd
|
||||||
|
|
||||||
# bg completes with stopped jobs
|
# bg completes with stopped jobs
|
||||||
complete -A stopped -P '%' bg
|
complete -A stopped -P '%' bg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user