aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Alt+R to repeat last commandTom Ryder2015-07-131-0/+2
|
* Fix confusing comment with poor grammarTom Ryder2015-07-071-2/+1
|
* Remove alias completionTom Ryder2015-07-031-4/+1
|
* Disable aliasesTom Ryder2015-07-031-0/+3
|
* Use only single quotes for consistencyTom Ryder2015-07-021-2/+2
|
* Comment nitpickTom Ryder2015-06-291-1/+1
|
* Use bit shifting not exponentiationTom Ryder2015-06-261-2/+2
|
* Check we have ed(1)Tom Ryder2015-06-261-0/+4
|
* Move argument check further up scriptTom Ryder2015-06-261-6/+6
|
* Terminate rm(1) options in edda(1) EXIT trapTom Ryder2015-06-261-1/+1
|
* Explicitly terminate edda(1) optionsTom Ryder2015-06-261-1/+1
|
* Remove unneeded 'in "$@"' for argument iterationTom Ryder2015-06-264-4/+4
| | | | for defaults to iterating over the arguments
* Correct examples a bitTom Ryder2015-06-262-3/+3
|
* Add a flavour quoteTom Ryder2015-06-261-0/+11
|
* Add edda(1)Tom Ryder2015-06-263-0/+83
|
* Undo hare-brained last few commitsTom Ryder2015-06-243-38/+35
| | | | | GREP_OPTIONS doesn't work if it's not exported, which ought to have been painfully obvious. Oh well.
* 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-242-29/+35
| | | | | Shouldn't be exported because it changes the behaviour of grep(1), which might have unwanted side effects in scripts
* Remove reference to nonexistent unimpaired bindsTom Ryder2015-06-241-1/+1
|
* Don't write ~/.fehbgTom Ryder2015-06-221-1/+1
|
* Never mind, this was a bad ideaTom Ryder2015-06-193-39/+0
|
* Need to actually make LS/GREP_COLORS conditionalTom Ryder2015-06-192-11/+26
|
* 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
|
* Don't bother checking for ls --colorTom Ryder2015-06-191-18/+7
|
* Don't bother checking for grep --colorTom Ryder2015-06-191-8/+4
|
* Add colors to gcc outputTom Ryder2015-06-191-0/+3
|
* Use surround commands to get current wordTom Ryder2015-06-171-1/+1
|
* Add tidy(1) function with \vTom Ryder2015-06-171-0/+3
|
* Add a function to make quick linksTom Ryder2015-06-171-0/+9
|
* Nitpick: fix indenting in vimrcTom Ryder2015-06-171-4/+4
|
* May as well keep a huge amount of historyTom Ryder2015-06-161-2/+2
| | | | Even on my busiest system it's only a megabyte
* Keep a bit more history in memoryTom Ryder2015-06-161-2/+2
| | | | | Amounts to less than 172kb on my system, not really worth worrying about it, and get a few days' history at least this way
* Improve directory completion for $PATHTom Ryder2015-06-151-0/+2
|
* Add --binary-files to default grep(1) optionsTom Ryder2015-06-151-2/+6
|
* Reset GREP_OPTIONS before building itTom Ryder2015-06-151-0/+1
|
* Remove sudo(8)/sudoedit(8) completionTom Ryder2015-06-122-47/+0
| | | | | | | This was a bad idea. Completes commands for every argument, and will complete with users for the command to be run by sudo(8), not just sudo(8) itself. I'd have to tell the function too much about sudo(8)'s grammar to make this reliable.
* Remove unneeded quotesTom Ryder2015-06-121-4/+4
|
* Move first newline back into fortuneTom Ryder2015-06-112-2/+2
|
* Some completion for sudo(8) and sudoedit(8)Tom Ryder2015-06-112-0/+47
| | | | | Imperfect but covers 99.9% of my use cases (selecting users/groups, mostly)
* Check for ~/.remindersTom Ryder2015-06-101-2/+4
|
* A start on a Subversion configurationTom Ryder2015-06-103-0/+19
|
* Some new sh/bash detection rulesTom Ryder2015-06-101-3/+14
|
* Correct an appalling paragraphTom Ryder2015-06-101-4/+4
|
* Newline before bash login outputTom Ryder2015-06-101-1/+2
|
* Rearrange newlinesTom Ryder2015-06-103-2/+4
|
* Limit to slightly shorter fortunesTom Ryder2015-06-101-1/+1
|