aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
Commit message (Expand)AuthorAgeFilesLines
...
* Fix backwards testTom Ryder2015-10-211-1/+1
* Flatten expansion for ancient BashTom Ryder2015-10-211-1/+1
* Correct enumeration of git refs in completionTom Ryder2015-10-211-1/+2
* Change COMP_REPLY to intended COMP_WORDSTom Ryder2015-10-211-1/+1
* Move quoting into generating loopTom Ryder2015-10-211-2/+3
* When expanding with globbing, use prefixTom Ryder2015-10-214-9/+4
* Switch compopt back outTom Ryder2015-10-2110-40/+15
* Tidy up completion considerably; no more compgenTom Ryder2015-10-2115-243/+325
* Handle spaces correctly in completionsTom Ryder2015-10-204-0/+8
* Don't require fnl() arg is a commandTom Ryder2015-10-121-1/+1
* New function fnl()Tom Ryder2015-10-121-0/+45
* Add options terminator to scr() mktemp(1) callTom Ryder2015-10-121-1/+1
* Add sd Bash function (sibling directory switch)Tom Ryder2015-10-091-0/+119
* Put path func help into heredocTom Ryder2015-09-081-20/+22
* Remove overkill chopping on BASH_VERSINFO[0]Tom Ryder2015-08-223-3/+3
* Fix a logic bugTom Ryder2015-08-051-1/+2
* More intelligent trailing-slash filteringTom Ryder2015-08-052-10/+11
* Pass options to cd from udTom Ryder2015-08-051-1/+20
* Improve commentsTom Ryder2015-08-051-0/+6
* Move var declaration closer to usageTom Ryder2015-08-051-1/+2
* Pass bd options to cdTom Ryder2015-08-051-2/+22
* Remove unnecessary trailing slash stripTom Ryder2015-08-051-2/+1
* Much more thorough bd() implementationTom Ryder2015-08-051-14/+53
* Start from parent dir when stripping bd()Tom Ryder2015-08-051-1/+2
* Strip unneeded quotesTom Ryder2015-08-051-1/+1
* Fix local varTom Ryder2015-08-051-0/+1
* readz alias for read -d '' -rTom Ryder2015-08-041-0/+5
* Rename pan() to paz() (like grep -Z)Tom Ryder2015-08-042-2/+2
* Move database option to [mysql] sectionTom Ryder2015-07-271-1/+3
* More detail for pa() and pan() funcsTom Ryder2015-07-232-3/+5
* Add pan func ; print args with null delimiterTom Ryder2015-07-231-0/+6
* Add apf func (argument prepend [from] file)Tom Ryder2015-07-231-0/+100
* Missing manual section suffixTom Ryder2015-07-141-1/+1
* Remove alias completionTom Ryder2015-07-031-4/+1
* Remove unneeded 'in "$@"' for argument iterationTom Ryder2015-06-264-4/+4
* Undo hare-brained last few commitsTom Ryder2015-06-242-37/+34
* Use Bashy syntax to build GREP_OPTIONS more nicelyTom Ryder2015-06-241-22/+12
* Remove GREP_OPTIONS exportTom Ryder2015-06-241-5/+0
* Move GREP_OPTIONS building to bashrcTom Ryder2015-06-241-0/+35
* Never mind, this was a bad ideaTom Ryder2015-06-192-36/+0
* Kid gloves only needed for GCC_COLORSTom Ryder2015-06-191-7/+6
* make(1) wrapper deals with *_COLORS varsTom Ryder2015-06-191-0/+18
* Check term has colors before using in gccTom Ryder2015-06-191-0/+19
* Add missing NAME for getoptsTom Ryder2015-06-191-1/+1
* Improve directory completion for $PATHTom Ryder2015-06-151-0/+2
* Remove sudo(8)/sudoedit(8) completionTom Ryder2015-06-122-47/+0
* Remove unneeded quotesTom Ryder2015-06-121-4/+4
* Some completion for sudo(8) and sudoedit(8)Tom Ryder2015-06-112-0/+47
* Allow PROMPT_PREFIX and PROMPT_SUFFIXTom Ryder2015-06-091-2/+11
* Remove unnecessary IFS definitionTom Ryder2015-06-081-1/+1