aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add Zsh configurationTom Ryder2016-01-273-0/+8
|
* Update submodulesTom Ryder2016-01-222-0/+0
|
* Update pluginsTom Ryder2016-01-073-0/+0
|
* 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
|
* Add IFS= to read call for oldpwd.shTom Ryder2015-12-241-1/+1
|
* Remove unneeded extglob setTom Ryder2015-12-241-3/+2
|
* Improve pattern matching a bitTom Ryder2015-12-241-1/+1
|
* Update submodulesTom Ryder2015-12-241-0/+0
|
* 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
|
* Consistent usage outputTom Ryder2015-12-152-4/+4
|
* Add commentTom Ryder2015-12-151-0/+2
|
* New array append syntax for binscriptsTom Ryder2015-12-152-3/+3
|
* Shortcut to wrap a line in a functionTom Ryder2015-12-151-0/+3
|
* 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
|
* Clarify han(1) a bitTom Ryder2015-12-141-3/+3
|
* Mention man(1) completionTom Ryder2015-12-141-0/+1
|
* Nope, still wrongTom Ryder2015-12-141-1/+1
|
* Update README with newly adopted array app methodTom Ryder2015-12-141-1/+1
|
* Localise a stray variableTom Ryder2015-12-141-0/+1
|
* Switch to a faster method of array appendingTom Ryder2015-12-1419-58/+59
| | | | | Does away with the nasty hack around man page discovery, and still compatible with Bash 2.05a
* 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-112-0/+135
|
* Trying out targets.vimTom Ryder2015-12-102-0/+3
|
* Update tmux URLTom Ryder2015-12-091-1/+1
|
* Forgot to mention Dunst in README.markdownTom Ryder2015-12-051-0/+2
|
* Add startup for mpdlrc-notify-sendTom Ryder2015-12-051-0/+3
|
* Add config and commands for dunst(1)Tom Ryder2015-12-053-0/+57
| | | | Pretty much sold on it at the moment
* Preserve modification times of installed filesTom Ryder2015-12-041-39/+39
| | | | Mostly to stop them distressing rsync(1)
* Fix some trailing spacesTom Ryder2015-12-014-5/+5
|
* Fix up some mktemp(1) templatesTom Ryder2015-11-273-5/+4
|
* Remove a now-inapplicable commentTom Ryder2015-11-271-4/+0
|
* Strip colons from COMP_WORDBREAKSTom Ryder2015-11-271-5/+6
| | | | <http://tiswww.case.edu/php/chet/bash/FAQ> E13
* 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
| | | | Eureka!
* 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
|