aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Wordsplitting is not done for case <WORD>: <http://wiki.bash-hackers.org/syntax/ccmd/case>
* 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
| | | | Should have been using -d, not -n
* 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
| | | | Just for clarity/syntax highlighting
* Direct cd errors to stderrTom Ryder2013-08-181-1/+1
|
* Use arithmetic expansion for argument count testTom Ryder2013-08-181-1/+1
|
* Remove extraneous quotingTom Ryder2013-08-181-3/+3
| | | | Overkill for expansions that will be integers by definition
* Practicing writing half-decent BashTom Ryder2013-08-181-4/+4
| | | | | Use array variable to collect options (appending with a pre-3.01 compatible syntax)
* Use printf in preference to echoTom Ryder2013-08-131-1/+1
|
* Use consistent style for while blockTom Ryder2013-08-131-2/+1
|
* Remove unneeded braces in expansionTom Ryder2013-08-131-1/+1
|
* Quote expansions properlyTom Ryder2013-08-131-2/+2
|
* Use conventional syntax for if blockTom Ryder2013-08-131-2/+1
|
* Avoid whichcraftTom Ryder2013-08-131-1/+1
|
* Reset BROWSER in tmux environmentTom Ryder2013-08-131-0/+3
|
* Remove some unused pluginsTom Ryder2013-08-065-16/+1
|
* Test for substring presence in cd functionTom Ryder2013-08-051-1/+6
|
* Quote expansions in cd functionTom Ryder2013-08-051-2/+2
|
* Sort options alphabeticallyTom Ryder2013-08-051-1/+1
|
* Inline while loop in cd function with doTom Ryder2013-08-051-2/+1
|
* Initialise cd options to empty stringTom Ryder2013-08-051-1/+2
|
* More thorough quotingTom Ryder2013-08-055-11/+11
|
* Avoid using builtin names for promptt function argTom Ryder2013-08-051-3/+3
|
* Don't check for tputTom Ryder2013-08-051-19/+11
| | | | It's specified by POSIX, so probably overkill
* Improve quoting around expansionsTom Ryder2013-08-051-14/+14
|
* Improve color detection logic for prompt/ls/grepTom Ryder2013-08-053-14/+26
| | | | Use tput properly and only when found and necessary
* Add sprunge script for my convenienceTom Ryder2013-08-042-0/+7
|
* Restore stderr redirection for command -vTom Ryder2013-08-024-6/+6
| | | | | Some older versions of Bash seem to spit out "not found" errors for command -v on stderr
* Upgrading submodulesTom Ryder2013-08-013-0/+0
|