aboutsummaryrefslogtreecommitdiff
path: root/bash
Commit message (Collapse)AuthorAgeFilesLines
* Check for ~/.remindersTom Ryder2015-06-101-2/+4
|
* Newline before bash login outputTom Ryder2015-06-101-1/+2
|
* Rearrange newlinesTom Ryder2015-06-103-2/+4
|
* Limit to slightly shorter fortunesTom Ryder2015-06-101-1/+1
|
* Instate .bash_profile.dTom Ryder2015-06-104-0/+41
| | | | | Stuff that prints messages really only needs to be done for my primary login shell
* Allow PROMPT_PREFIX and PROMPT_SUFFIXTom Ryder2015-06-091-2/+11
| | | | Also break the prompt definition into multiple lines for readability
* Use two more history optionsTom Ryder2015-06-081-0/+4
|
* Disable aliasesTom Ryder2015-06-081-0/+2
|
* Set direxpand if available (very new option)Tom Ryder2015-06-081-0/+6
|
* Tidy up line-split conditionalTom Ryder2015-06-081-2/+2
|
* Remove unnecessary IFS definitionTom Ryder2015-06-081-1/+1
|
* Check existence of subfilesTom Ryder2015-06-071-1/+3
|
* Add newlineTom Ryder2015-06-071-0/+1
|
* Consistent alphabetical order for read optsTom Ryder2015-06-071-2/+2
|
* Remove duplicate declarationTom Ryder2015-06-061-3/+0
|
* Rearrange variables for tput stringsTom Ryder2015-06-061-2/+4
|
* Safer version testTom Ryder2015-06-061-1/+1
|
* Separate declaration from assignmentTom Ryder2015-06-0613-41/+63
|
* Avoid command substitution inline declarationTom Ryder2015-06-064-6/+12
|
* Use magic-space expansion for !histTom Ryder2015-06-061-2/+0
|
* Missing word as possible completionTom Ryder2015-06-051-1/+1
|
* Thorough completion for pathTom Ryder2015-06-051-1/+45
|
* Don't print empty line for empty PATHTom Ryder2015-06-051-1/+3
|
* Don't allow dirs with : in nameTom Ryder2015-06-051-0/+10
| | | | | | | <http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08_03> "Since <colon> is a separator in this context, directory names that might be used in PATH should not include a <colon> character."
* Remove redundant arg checkTom Ryder2015-06-051-2/+2
|
* Couple of minor tweaks to path()Tom Ryder2015-06-051-1/+1
|
* Add path() functionTom Ryder2015-06-051-0/+158
|
* No real need to use use test over [...]Tom Ryder2015-06-043-4/+4
|
* Use consistent [[ syntaxTom Ryder2015-06-047-13/+13
| | | | Explicit -n, ! within [[
* Correct argument test in bd() and prompt()Tom Ryder2015-06-042-2/+2
|
* Support -p option to varedTom Ryder2015-06-041-1/+16
|
* Remove unneeded quotingTom Ryder2015-06-042-2/+2
|
* Handle empty pass(1) completes betterTom Ryder2015-06-041-4/+4
|
* Add vared function for editing varsTom Ryder2015-06-031-0/+19
|
* Handle empty password dirsTom Ryder2015-06-021-2/+3
|
* 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
| | | | | To shut shellcheck up (SC2048 falsely flagged in contexts where $* not subject to whitespace problems, as is the case here)
* Don't clobber $_ (changed my mind)Tom Ryder2015-05-311-2/+3
|
* Safer version number testTom Ryder2015-05-301-1/+1
|
* Overhaul grep(1) and ls(1) options and wrappersTom Ryder2015-05-302-64/+24
|
* 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
|