aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/path.bash
Commit message (Expand)AuthorAgeFilesLines
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
* Avoid calling cat(1) by using builtinsTom Ryder2015-12-181-1/+3
* Flatten _path completion spec a bitTom Ryder2015-12-151-54/+51
* Localise a stray variableTom Ryder2015-12-141-0/+1
* Switch to a faster method of array appendingTom Ryder2015-12-141-13/+9
* Change COMP_REPLY to intended COMP_WORDSTom Ryder2015-10-211-1/+1
* When expanding with globbing, use prefixTom Ryder2015-10-211-3/+1
* Switch compopt back outTom Ryder2015-10-211-3/+6
* Tidy up completion considerably; no more compgenTom Ryder2015-10-211-80/+97
* Handle spaces correctly in completionsTom Ryder2015-10-201-0/+2
* Put path func help into heredocTom Ryder2015-09-081-20/+22
* More intelligent trailing-slash filteringTom Ryder2015-08-051-7/+10
* Remove unneeded 'in "$@"' for argument iterationTom Ryder2015-06-261-1/+1
* Improve directory completion for $PATHTom Ryder2015-06-151-0/+2
* Remove unneeded quotesTom Ryder2015-06-121-4/+4
* Separate declaration from assignmentTom Ryder2015-06-061-8/+14
* Missing word as possible completionTom Ryder2015-06-051-1/+1
* Thorough completion for pathTom Ryder2015-06-051-1/+45
* Don't print empty line for empty PATHTom Ryder2015-06-051-1/+3
* Don't allow dirs with : in nameTom Ryder2015-06-051-0/+10
* Remove redundant arg checkTom Ryder2015-06-051-2/+2
* Couple of minor tweaks to path()Tom Ryder2015-06-051-1/+1
* Add path() functionTom Ryder2015-06-051-0/+158