user name completion for passwd was accidentally later replaced by group
name completion (duh)
This commit is contained in:
parent
b312694b3e
commit
acb9c52558
@ -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 <ian@caliban.org>
|
||||
#
|
||||
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user