aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/prompt.bash
Commit message (Expand)AuthorAgeFilesLines
* Add -r to read to placate shellcheckTom Ryder2016-08-231-1/+1
* If HEAD not set, suppress errorTom Ryder2016-08-231-1/+1
* Correct test written in previous commitTom Ryder2016-08-231-1/+2
* Check SSH_CLIENT *and* SSH_CONNECTION for promptTom Ryder2016-08-231-1/+1
* Experiment with abbreviated promptTom Ryder2016-08-231-2/+5
* Many stylistic fixes/optimisationsTom Ryder2016-08-211-33/+14
* Force type for Git ahead/behind countsTom Ryder2016-08-211-4/+6
* Use clearer quoting for status flagsTom Ryder2016-08-211-6/+6
* Target terminfo first, then termcapTom Ryder2016-08-211-9/+9
* Break up long printf linesTom Ryder2016-08-211-2/+4
* Slightly quicker git/svn detectionTom Ryder2016-08-211-15/+6
* Add some upstream checking to Git promptTom Ryder2016-08-211-3/+19
* Use terser prompt status flag checksTom Ryder2016-08-211-8/+4
* Resolve an issue with incorrect prompt infoTom Ryder2016-08-211-0/+3
* Don't do Git prompt work if not in working treeTom Ryder2016-08-181-0/+7
* Don't use git: prompt prefix if PROMPT_VCS unsetTom Ryder2016-08-151-2/+3
* Remove square brackets around promptTom Ryder2016-08-151-1/+1
* Quote a PS1 character to appease shellcheckTom Ryder2016-08-141-1/+1
* Two extra commentsTom Ryder2016-08-141-0/+2
* Rearrange prompt variable assignments a bitTom Ryder2016-08-141-10/+12
* Use --quiet flag for prompt git-rev-parse(1) callTom Ryder2016-08-141-1/+1
* Use porcelain commands for Git promptTom Ryder2016-08-131-27/+9
* Remove Mercurial support from Bash promptTom Ryder2016-08-101-37/+0
* Move bash completion setup into separate dirTom Ryder2016-07-301-3/+0
* Quote expansions within parameter expansionsTom Ryder2016-07-151-1/+1
* Terser `read -rd ''` idiomTom Ryder2016-07-151-2/+2
* Remove unneeded linebreak backslashesTom Ryder2016-06-211-8/+8
* Switch from prompt image to plain textTom Ryder2016-06-091-1/+1
* Move PROMPT_RETURN declaration to top of funcTom Ryder2016-05-041-1/+4
* Add means to change prompt colorTom Ryder2016-04-231-3/+8
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
* Remove unneeded read junk varTom Ryder2016-03-151-1/+1
* Protect PS1 variable expansionsTom Ryder2016-03-151-2/+2
* Only show git VCS stuff by defaultTom Ryder2016-03-141-1/+6
* Unsigned integers for printfTom Ryder2016-02-271-1/+1
* Add missing case terminatorTom Ryder2015-12-241-0/+2
* Switch to a faster method of array appendingTom Ryder2015-12-141-8/+8
* Remove overkill chopping on BASH_VERSINFO[0]Tom Ryder2015-08-221-1/+1
* Allow PROMPT_PREFIX and PROMPT_SUFFIXTom Ryder2015-06-091-2/+11
* 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-061-10/+7
* Avoid command substitution inline declarationTom Ryder2015-06-061-2/+4
* Use consistent [[ syntaxTom Ryder2015-06-041-2/+2
* Correct argument test in bd() and prompt()Tom Ryder2015-06-041-1/+1
* Exit with 2 on usage errors like Bash builtinsTom Ryder2015-05-291-1/+1
* Change if-elseif chain to a switch-caseTom Ryder2015-03-251-20/+27
* Better read d-null syntaxTom Ryder2014-11-011-2/+2