aboutsummaryrefslogtreecommitdiff
path: root/bash
Commit message (Expand)AuthorAgeFilesLines
* Move PROMPT_RETURN declaration to top of funcTom Ryder2016-05-041-1/+4
* Add means to change prompt colorTom Ryder2016-04-231-3/+8
* Remove curly bracesTom Ryder2016-04-141-1/+1
* Remove blank lines at end of filesTom Ryder2016-03-2858-58/+0
* Add readv functionTom Ryder2016-03-281-0/+26
* Complete man pages only for exact section matchTom Ryder2016-03-191-1/+1
* Refactor ed() wrapper, add rlwrap(1)Tom Ryder2016-03-161-7/+22
* Remove unneeded read junk varTom Ryder2016-03-151-1/+1
* Protect PS1 variable expansionsTom Ryder2016-03-151-2/+2
* Only show git VCS stuff by defaultTom Ryder2016-03-141-1/+6
* md() shortcut for mkdir(1)Tom Ryder2016-03-051-0/+5
* Tell shellcheck it's wrong about this lineTom Ryder2016-03-031-3/+2
* Add clwr() funcTom Ryder2016-03-021-0/+9
* Unsigned integers for printfTom Ryder2016-02-273-3/+3
* Variable assignments are not Makefile targetsTom Ryder2016-01-071-1/+1
* Add man page section to commentTom Ryder2015-12-241-2/+2
* Add missing case terminatorTom Ryder2015-12-241-0/+2
* Remove unneeded extglob setTom Ryder2015-12-241-3/+2
* Improve pattern matching a bitTom Ryder2015-12-241-1/+1
* Better section management for man completionTom Ryder2015-12-221-8/+15
* Avoid calling cat(1) by using builtinsTom Ryder2015-12-182-2/+6
* Flatten _path completion spec a bitTom Ryder2015-12-151-54/+51
* Make short-circuits a bit more explicitTom Ryder2015-12-153-8/+22
* Flatten bash_profile.d subscripts a bitTom Ryder2015-12-153-16/+34
* Remove unneeded args specTom Ryder2015-12-151-1/+1
* Localise a stray variableTom Ryder2015-12-141-0/+1
* Switch to a faster method of array appendingTom Ryder2015-12-1419-58/+59
* Fix some EnglishTom Ryder2015-12-131-1/+1
* Add more detail on bashkeep usageTom Ryder2015-12-111-6/+25
* Whoops, dropped an important characterTom Ryder2015-12-111-1/+1
* Put printing/globbing in subshellTom Ryder2015-12-111-5/+9
* Create bashkeep directory if it doesn't existTom Ryder2015-12-111-0/+1
* Restore previous fnl syntax for shellcheckTom Ryder2015-12-111-2/+3
* Add keepTom Ryder2015-12-111-0/+134
* Fix some trailing spacesTom Ryder2015-12-011-1/+1
* Fix up some mktemp(1) templatesTom Ryder2015-11-271-3/+2
* Remove a now-inapplicable commentTom Ryder2015-11-271-4/+0
* Strip colons from COMP_WORDBREAKSTom Ryder2015-11-271-5/+6
* Fix COMP_WORDBREAKSTom Ryder2015-11-271-0/+6
* A little more correct stillTom Ryder2015-11-261-5/+6
* Fix/flesh out the comments a bitTom Ryder2015-11-261-3/+3
* Shellquote man(1) page namesTom Ryder2015-11-261-1/+1
* Use slash as delimiter, fixing all these problemsTom Ryder2015-11-261-16/+3
* Ignore stderr from manpath(1)Tom Ryder2015-11-261-1/+1
* This apostrophe breaks the subshell on Bash 4.1Tom Ryder2015-11-261-1/+1
* Add explicit delimiter to printTom Ryder2015-11-261-1/+1
* Experimental man(1) completionTom Ryder2015-11-261-0/+65
* Only complete vis(1) args as filenamesTom Ryder2015-11-161-1/+1
* Completion for vis(1)Tom Ryder2015-11-131-0/+23
* Use consistent version checkTom Ryder2015-10-211-3/+1