aboutsummaryrefslogtreecommitdiff
path: root/bash
Commit message (Expand)AuthorAgeFilesLines
* Expand and whitelist BASH_VERSINFO check in han(1)Tom Ryder2016-08-231-0/+1
* Fully expand FUNCNAMETom Ryder2016-08-233-12/+12
* Explicitly declare array to reassure shellcheckTom Ryder2016-08-231-3/+2
* Add -r to read to placate shellcheckTom Ryder2016-08-234-4/+4
* 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
* Split completions that use ssh_config(5) hostsTom Ryder2016-08-224-22/+33
* Move .bashrc interactivity test to topTom Ryder2016-08-221-6/+6
* Remove double-up import of completionsTom Ryder2016-08-211-17/+0
* Quote a bash->sh variableTom Ryder2016-08-211-1/+1
* Many stylistic fixes/optimisationsTom Ryder2016-08-216-90/+34
* Force type for Git ahead/behind countsTom Ryder2016-08-211-4/+6
* Use dynamic completion if availableTom Ryder2016-08-213-41/+75
* Anticipate Bath versions > 4Tom Ryder2016-08-211-1/+1
* 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
* Update path() completionTom Ryder2016-08-201-3/+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
* Port all bash_profile.d scripts to POSIX shTom Ryder2016-08-204-71/+0
* Move OLDPWD setting to POSIX sh dirTom Ryder2016-08-201-3/+0
* Change cd() into POSIX shell scriptTom Ryder2016-08-191-32/+0
* Add lhn()Tom Ryder2016-08-181-0/+7
* Drastically limit amount of history keptTom Ryder2016-08-181-4/+4
* Don't do Git prompt work if not in working treeTom Ryder2016-08-181-0/+7
* Use explicit -n test within [[ ]]Tom Ryder2016-08-182-3/+3
* Use consistent syntax for sh source loopsTom Ryder2016-08-182-9/+5
* Port grep() and ls() to POSIX shTom Ryder2016-08-182-55/+0
* Update bashrc/zshrc with POSIX funcs sourceTom Ryder2016-08-171-1/+1
* Simplify end-of-file loop in bashrcTom Ryder2016-08-171-24/+8
* Use terser loop syntax in ~/.bash_profileTom Ryder2016-08-171-3/+2
* Source ~/.shrc.d in Bash if not login shellTom Ryder2016-08-171-0/+12
* Move interactive tests back into *rc filesTom Ryder2016-08-172-4/+10
* Move -i test in Bash to end of ~/.bash_profileTom Ryder2016-08-172-9/+4
* 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