aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/cd.bash
Commit message (Expand)AuthorAgeFilesLines
* 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