aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/bd.bash
Commit message (Collapse)AuthorAgeFilesLines
* Handle empty filename completions betterTom Ryder2016-08-301-1/+1
| | | | | | Bash 4.4 hangs in an awkward way (probably outputting the literal null char in some unexpected context) without this; I'm not sure if this is a bug or whether it's just been tolerated behaviour until now.
* Add -r to read to placate shellcheckTom Ryder2016-08-231-1/+1
|
* Remove error in expansion quotingTom Ryder2016-08-031-1/+1
|
* Tidy completion filesTom Ryder2016-07-301-1/+1
| | | | Add comments, add short-circuit to vared() completion
* Move bash completion setup into separate dirTom Ryder2016-07-301-0/+22