aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add mapfile to completions (conditional on vers)Tom Ryder2016-08-291-0/+3
* Move COMP_WORDBREAKS tweaks to completion subfileTom Ryder2016-08-291-0/+5
* 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-233-12/+12
* 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-213-43/+22
* Force type for Git ahead/behind countsTom Ryder2016-08-211-4/+6
* Use dynamic completion if availableTom Ryder2016-08-211-0/+57
* 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
* Port path() to POSIX shTom Ryder2016-08-201-180/+0
* Port fnl() to POSIX sh script fnl(1)Tom Ryder2016-08-201-41/+0
* Remove readv() and readz()Tom Ryder2016-08-202-29/+0
* Port vr(1) to POSIX shTom Ryder2016-08-201-59/+0
* Port lhn() to POSIX shTom Ryder2016-08-201-7/+0
* Port sd() to POSIX shTom Ryder2016-08-201-109/+0
* Port pd() to POSIX shTom Ryder2016-08-201-53/+0
* Port ud() to POSIX shTom Ryder2016-08-201-50/+0
* Port bd() to POSIX shTom Ryder2016-08-201-78/+0
* Change cd() into POSIX shell scriptTom Ryder2016-08-191-32/+0
* Add lhn()Tom Ryder2016-08-181-0/+7
* Don't do Git prompt work if not in working treeTom Ryder2016-08-181-0/+7
* Port grep() and ls() to POSIX shTom Ryder2016-08-182-55/+0
* Move simple Bash/pdksh functions into POSIX shTom Ryder2016-08-1716-171/+0
* Keep grep(1) option metadata in cacheTom Ryder2016-08-151-9/+11
* 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
* Fix comment typoTom Ryder2016-08-111-1/+1