aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/find.bash
Commit message (Collapse)AuthorAgeFilesLines
* Use the positional parameter aliases for wordsTom Ryder2018-12-011-7/+7
| | | | | The current word is available in $2, and the previous word in $3. That's easier (and maybe a bit less expensive) to dig out, so let's use it.
* Remove unneeded quoting in case statementTom Ryder2018-12-011-1/+1
|
* Use array+=() syntax in two Bash completion filesTom Ryder2018-12-011-1/+1
| | | | | Since these only load with Bash >=4.0, we may as well use the nicer method of adding to arrays.
* Add some missing "local" callsTom Ryder2016-12-121-0/+2
|
* Feature test for find(1) completionTom Ryder2016-09-061-0/+4
|
* Add left-paren to subshell casesTom Ryder2016-09-061-5/+5
|
* Add find(1) completionTom Ryder2016-09-051-0/+85