aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d
Commit message (Collapse)AuthorAgeFilesLines
* Use dynamic completion if availableTom Ryder2016-08-211-38/+0
|
* Update path() completionTom Ryder2016-08-201-3/+3
|
* Use explicit -n test within [[ ]]Tom Ryder2016-08-181-2/+2
| | | | | Bash doesn't require it, but there's no real advantage to it and it's a better habit for complying with e.g. pdksh, which does
* Remove "hg" from possible completions for prompt()Tom Ryder2016-08-101-1/+1
|
* Remove error in expansion quotingTom Ryder2016-08-031-1/+1
|
* Tidy completion filesTom Ryder2016-07-3010-7/+10
| | | | Add comments, add short-circuit to vared() completion
* Rename vis completion to edsTom Ryder2016-07-301-7/+7
|
* Move bash completion setup into separate dirTom Ryder2016-07-3020-0/+513