aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* More sensible use of printfTom Ryder2013-08-261-1/+1
* Update Vim bundlesTom Ryder2013-08-262-0/+0
* Wrap long lines in applications listTom Ryder2013-08-261-5/+10
* Unset return value after it's usedTom Ryder2013-08-261-0/+1
* Rearrange prompt to put last return status lastTom Ryder2013-08-262-6/+6
* Use single quotes for printfTom Ryder2013-08-251-1/+1
* Initialise OPTIND in cd() functionTom Ryder2013-08-251-1/+1
* No need to test for clear_console existenceTom Ryder2013-08-251-2/+2
* Use hash to test for dircolors existenceTom Ryder2013-08-251-1/+1
* No need to test for stty/setterm existenceTom Ryder2013-08-251-6/+2
* Fix pathname to Vim bundlesTom Ryder2013-08-251-1/+1
* Flesh out README.markdown quite a lotTom Ryder2013-08-251-6/+150
* Quote rhs of [[ $a == $b ]] to stop globbingTom Ryder2013-08-251-1/+1
* Rearrange prompt declarations so ret is firstTom Ryder2013-08-251-1/+1
* Remove unneeded $ from arithmetic expansionTom Ryder2013-08-251-1/+1
* Restructure tmux wrapper function slightlyTom Ryder2013-08-251-2/+2
* Build VCS status flags as array for correctnessTom Ryder2013-08-241-10/+14
* Bail if git status fails while building promptTom Ryder2013-08-241-2/+4
* Remove unnecessary command substitutionTom Ryder2013-08-241-1/+1
* romainl reminds me I am a public personTom Ryder2013-08-241-0/+13
* Remove arbitrary execution of git rev-parse outputTom Ryder2013-08-241-2/+4
* Prevent re-completing word from within itTom Ryder2013-08-221-0/+3
* Add comments to ~/.inputrcTom Ryder2013-08-221-7/+33
* Standardise use of printfTom Ryder2013-08-214-4/+4
* Replace stray [ test with [[ in prompt scriptTom Ryder2013-08-211-1/+1
* Remove bell from minimal promptTom Ryder2013-08-211-1/+1
* Restore lost opening quote to prompt functionTom Ryder2013-08-201-1/+1
* Remove unneeded quoting in case statementTom Ryder2013-08-202-2/+2
* Wrapper for pushd defaults to $HOME if no argsTom Ryder2013-08-202-0/+6
* Alias cd directly rather than via aliasTom Ryder2013-08-201-2/+1
* Better var names for subfile config sourcingTom Ryder2013-08-202-6/+6
* Fix a few variable contamination issuesTom Ryder2013-08-203-0/+3
* More conservative expansion for dotfile pathsTom Ryder2013-08-203-6/+6
* Turn off control character echo with sttyTom Ryder2013-08-201-2/+2
* Remove trailing semicolon from sprunge functionTom Ryder2013-08-201-1/+1
* Use better test for interactive shellTom Ryder2013-08-201-1/+1
* Remove unnecessary quoting in simple assignmentsTom Ryder2013-08-207-31/+29
* Fix dotfiles dir existence testTom Ryder2013-08-201-1/+1
* Remove unneeded quoting within [[ ]]Tom Ryder2013-08-207-15/+15
* Use arithmetic expression for argument countTom Ryder2013-08-191-1/+1
* Merge integer declarations onto one lineTom Ryder2013-08-191-2/+1
* Use arithmetic expressions in prompt functionTom Ryder2013-08-191-2/+3
* Remove unnecessary quotingTom Ryder2013-08-192-2/+2
* Remove unnecessary variable bracing in .bashrcTom Ryder2013-08-191-2/+2
* Move --color option for grep to end of aliasTom Ryder2013-08-181-7/+7
* Add some comments to the ls/grep alias functionsTom Ryder2013-08-182-0/+24
* Use arithmetic expression for color space testsTom Ryder2013-08-182-2/+4
* Use arrays to collect options for ls/grep aliasesTom Ryder2013-08-182-8/+9
* Use double-quoted printf strings for newlinesTom Ryder2013-08-181-1/+1
* Direct cd errors to stderrTom Ryder2013-08-181-1/+1