- bind pkill to same completion function as killall for now
This commit is contained in:
parent
f20bc30798
commit
08d31185ba
@ -1,6 +1,6 @@
|
||||
# bash_completion - some programmable completion functions for bash 2.05b
|
||||
#
|
||||
# $Id: bash_completion,v 1.615 2003/08/18 21:59:05 ianmacd Exp $
|
||||
# $Id: bash_completion,v 1.616 2003/08/19 18:52:31 ianmacd Exp $
|
||||
#
|
||||
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||
#
|
||||
@ -763,7 +763,7 @@ _killall()
|
||||
|
||||
return 0
|
||||
}
|
||||
[ $UNAME = Linux -o $UNAME = FreeBSD ] && complete -F _killall killall
|
||||
[ $UNAME = Linux -o $UNAME = FreeBSD ] && complete -F _killall killall pkill
|
||||
|
||||
# GNU find(1) completion. This makes heavy use of ksh style extended
|
||||
# globs and contains Linux specific code for completing the parameter
|
||||
|
Loading…
x
Reference in New Issue
Block a user