aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/cd.bash
Commit message (Expand)AuthorAgeFilesLines
* Don't break up short linesTom Ryder2014-02-191-2/+1
* Use space before semicolon as command separatorTom Ryder2014-02-101-5/+5
* Today has just not been my dayTom Ryder2013-11-041-3/+3
* Forgot to stop using absolute paramsTom Ryder2013-11-041-3/+4
* More general approach to options for cd wrapperTom Ryder2013-11-041-6/+11
* Fix newline error in cd error printTom Ryder2013-10-311-1/+1
* Better syntax for array appendTom Ryder2013-09-091-1/+1
* Forgot a couple of array declarationsTom Ryder2013-09-011-1/+2
* More sensible use of localTom Ryder2013-09-011-2/+1
* Use single quotes for printfTom Ryder2013-08-251-1/+1
* Initialise OPTIND in cd() functionTom Ryder2013-08-251-1/+1
* Quote rhs of [[ $a == $b ]] to stop globbingTom Ryder2013-08-251-1/+1
* Remove unneeded $ from arithmetic expansionTom Ryder2013-08-251-1/+1
* Standardise use of printfTom Ryder2013-08-211-1/+1
* Alias cd directly rather than via aliasTom Ryder2013-08-201-2/+1
* Fix a few variable contamination issuesTom Ryder2013-08-201-0/+1
* Remove unnecessary quoting in simple assignmentsTom Ryder2013-08-201-1/+1
* Remove unneeded quoting within [[ ]]Tom Ryder2013-08-201-1/+1
* Use double-quoted printf strings for newlinesTom Ryder2013-08-181-1/+1
* 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
* Practicing writing half-decent BashTom Ryder2013-08-181-4/+4
* 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 portable non-surprise syntax for functionsTom Ryder2013-07-301-1/+2
* Cleaner argument count tests in cd functionTom Ryder2013-07-211-4/+2
* Preserve options for cd aliasTom Ryder2013-06-231-4/+10
* Massive overhaul of structure for Bash filesTom Ryder2013-06-201-0/+11