aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Better variable nameTom Ryder2015-05-312-4/+4
* Use name of binary for GnuPG funcsTom Ryder2015-05-311-0/+0
* Remove unneeded command prefixesTom Ryder2015-05-311-3/+3
* Avoid condition definition of functionsTom Ryder2015-05-313-32/+41
* Consistent color count methodTom Ryder2015-05-312-3/+7
* Force integer type on color checkTom Ryder2015-05-311-1/+1
* Translate remaining aliases to functionsTom Ryder2015-05-317-18/+34
* Use temp var for $* testsTom Ryder2015-05-312-2/+4
* Don't clobber $_ (changed my mind)Tom Ryder2015-05-312-4/+6
* Safer version number testTom Ryder2015-05-301-1/+1
* Overhaul grep(1) and ls(1) options and wrappersTom Ryder2015-05-304-72/+80
* Remove a few notes about ~/.profileTom Ryder2015-05-301-4/+3
* Ignore tput(1) stderrTom Ryder2015-05-302-2/+2
* Align multiline if conditionsTom Ryder2015-05-293-11/+11
* A few safety fixes to pass completionTom Ryder2015-05-291-5/+12
* Use custom function for pass(1) completionTom Ryder2015-05-291-46/+30
* Just found rem(1), don't need this nowTom Ryder2015-05-292-6/+1
* Exit with 2 on usage errors like Bash builtinsTom Ryder2015-05-295-6/+6
* Add missing error exit conditions to vr()Tom Ryder2015-05-291-3/+3
* Add ud() function as cd ../../../.. shortcutTom Ryder2015-05-292-0/+42
* Sort .gitmodulesTom Ryder2015-05-281-21/+21
* Remove unused and under-used pluginsTom Ryder2015-05-287-18/+0
* Missing = sign in version commentTom Ryder2015-05-271-1/+1
* Add missing globs for version testsTom Ryder2015-05-273-8/+8
* Correct typo in version numberTom Ryder2015-05-271-1/+1
* Work around shopt checkjobs bug with Bash 4.0Tom Ryder2015-05-271-2/+7
* Attempt to read .bashrc on existenceTom Ryder2015-05-271-1/+1
* More robust/careful version checkingTom Ryder2015-05-274-9/+17
* Always source ~/.profile in ~/.bash_profileTom Ryder2015-05-271-5/+5
* Update pluginsTom Ryder2015-05-273-0/+0
* Step one char back in set -x wrapper macroTom Ryder2015-05-271-1/+1
* Alphabetical order for macrosTom Ryder2015-05-271-2/+2
* Add M-s Bash binding for (set -x ; ... ) wrapTom Ryder2015-05-271-0/+2
* Add .inputrc M-l to run ls -AlTom Ryder2015-05-261-0/+2
* Add .inputrc M-h to go $HOMETom Ryder2015-05-261-0/+2
* Wrap a comment in my .inputrcTom Ryder2015-05-261-1/+2
* Nix .bashrc if running in restricted shellTom Ryder2015-05-251-0/+5
* Slightly clearer commentTom Ryder2015-05-251-1/+1
* Add redshiftTom Ryder2015-05-243-0/+16
* Neglected to kill xscreensaver(1) in .xinitrcTom Ryder2015-05-241-3/+0
* exec everything to spare a bit of memoryTom Ryder2015-05-231-5/+5
* Add hotkey g=gimpTom Ryder2015-05-231-0/+3
* Stop using xscreensaver in favour of i3lock(1)Tom Ryder2015-05-232-16/+1
* Add hotkey b=browser to start firefoxTom Ryder2015-05-231-0/+3
* Don't doublefork xbindkeysTom Ryder2015-05-231-1/+1
* Correct options for urxvtdTom Ryder2015-05-231-1/+1
* Correct options to urxvtdTom Ryder2015-05-231-1/+1
* Remove unused cutchars resourceTom Ryder2015-05-231-1/+0
* Use xkb not xmodmap for Caps Lock remapTom Ryder2015-05-233-6/+2
* Use \C-j for newline instead of \nTom Ryder2015-05-221-1/+1