aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/prompt.bash
Commit message (Expand)AuthorAgeFilesLines
* Extend "fallback" prompt a bitTom Ryder2017-01-271-1/+4
* Show prompt prefix if a shell is exoticTom Ryder2017-01-251-0/+6
* Be more specific in ref name trimmingTom Ryder2017-01-251-1/+1
* Remove SHLVL nested shell feature for nowTom Ryder2017-01-241-6/+0
* Add workaround to what looks like a bug to meTom Ryder2016-12-271-0/+5
* Tell ShellCheck to ignore an errorTom Ryder2016-12-271-0/+1
* Realised easy win avoiding subshellsTom Ryder2016-12-271-7/+4
* Use clearer logic for prompt color settingTom Ryder2016-12-211-8/+7
* Attempt a much saner approach to managing SHLVLTom Ryder2016-12-191-3/+2
* Handle tmux sessions showing SHLVL properlyTom Ryder2016-11-301-3/+3
* Only add > starting from SHLVL=2Tom Ryder2016-11-301-1/+1
* Add > signs to show shell indentation levelTom Ryder2016-11-301-0/+7
* Correct check of --is-work-tree testTom Ryder2016-10-151-1/+1
* Add some var quoting within param expansionTom Ryder2016-09-201-6/+6
* Block output/error from prompt tput(1)/git(1)Tom Ryder2016-09-201-102/+102
* Fix an issue (silencing Git prompt errors)Tom Ryder2016-09-081-1/+1
* Restore old code for describing Git prompt commitTom Ryder2016-09-071-1/+2
* Test number of colors properly for promptTom Ryder2016-09-031-31/+26
* Restore git symbolic-ref as first attemptTom Ryder2016-08-311-2/+4
* Efficiency tweaks for Subversion promptTom Ryder2016-08-311-17/+11
* Stop loop when we have needed svn info varsTom Ryder2016-08-311-3/+2
* Remove unneeded fallback for $nameTom Ryder2016-08-311-2/+1
* Move git index update higher upTom Ryder2016-08-311-3/+3
* Use simpler method to find branch nameTom Ryder2016-08-311-11/+9
* Use shorter "or" syntax within [[ ]]Tom Ryder2016-08-311-1/+1
* Use -n test and temp var for working tree testTom Ryder2016-08-271-2/+3
* Show REBASE,MERGE etc in Git promptTom Ryder2016-08-251-2/+16
* Show tag name in Git prompt if commit is taggedTom Ryder2016-08-251-1/+3
* Refine git prompt commands a bitTom Ryder2016-08-241-3/+4
* Fully expand FUNCNAMETom Ryder2016-08-231-2/+2
* 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