aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Drastically limit amount of history keptTom Ryder2016-08-183-7/+7
* Suppress stderr from command -v checksTom Ryder2016-08-187-8/+8
* Update submodulesTom Ryder2016-08-182-0/+0
* 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-185-19/+12
* Arrange EDITOR/VISUAL in a more typical wayTom Ryder2016-08-184-8/+10
* Fix up some command builtin callsTom Ryder2016-08-182-3/+3
* Sort the output of env(1) if no argumentsTom Ryder2016-08-182-0/+11
* Do away with dircolors and LS_COLORSTom Ryder2016-08-184-136/+1
* Port grep() and ls() to POSIX shTom Ryder2016-08-185-63/+51
* Replace Bashism "hash" with POSIX sh "command"Tom Ryder2016-08-181-1/+1
* Add note about ZshTom Ryder2016-08-181-0/+5
* Adjust order of Makefile targetsTom Ryder2016-08-181-6/+6
* Allow mksh to use pdksh's startup filesTom Ryder2016-08-171-1/+1
* Make install-{bash,zsh} depend on install-shTom Ryder2016-08-171-2/+2
* Update bashrc/zshrc with POSIX funcs sourceTom Ryder2016-08-172-1/+4
* Explain ksh.sh a bit moreTom Ryder2016-08-171-1/+3
* Simplify end-of-file loop in bashrcTom Ryder2016-08-171-24/+8
* Move ksh ENV handling into shrc.dTom Ryder2016-08-172-10/+8
* Handle setting ENV from ~/.profileTom Ryder2016-08-171-3/+4
* 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-174-8/+20
* Move completion section below function sectionTom Ryder2016-08-171-22/+22
* Include shrc.d in check-sh targetTom Ryder2016-08-172-3/+3
* Update README to reflect change of shell funcsTom Ryder2016-08-171-10/+43
* Add parens after hgrep() name in errorTom Ryder2016-08-171-2/+2
* Merge branch 'posix-functions'Tom Ryder2016-08-1736-173/+50
|\
| * 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-1734-164/+46
|/
* Only pull if rebase possibleTom Ryder2016-08-171-0/+3
* Be explicit about check/man passingTom Ryder2016-08-171-0/+3
* Simplify a couple of printf callsTom Ryder2016-08-171-2/+2
* Change rndn(6) to POSIX shTom Ryder2016-08-171-49/+33
* Correct a null variable reference in edda(1)Tom Ryder2016-08-171-1/+1
* Add an issueTom Ryder2016-08-171-0/+5
* Be consistent with trailing punct in commentsTom Ryder2016-08-161-3/+3
* Swap td(1) for mktemp(1) in han(1)Tom Ryder2016-08-161-5/+7
* Quote variable in param expansion in eds(1)Tom Ryder2016-08-161-1/+1
* Swap td(1) for mktemp(1) in edda(1)Tom Ryder2016-08-161-5/+10
* Simplify help in edda(1) and eds(1)Tom Ryder2016-08-162-32/+9
* Remove crufty hash call from edda(1)Tom Ryder2016-08-161-5/+0
* Use regular BASH_VERSINFO checkTom Ryder2016-08-164-3/+10
* Remove some cruft from apf(1)Tom Ryder2016-08-161-15/+0
* Change stderr redirections for consistencyTom Ryder2016-08-162-3/+2
* Add a comment to the top of rfct(1)Tom Ryder2016-08-161-0/+1
* Move awk scripts into shb(1)Tom Ryder2016-08-165-5/+15
* Remove .m4 from suffixesTom Ryder2016-08-161-1/+1
* Reverse .m4 translation for binscriptsTom Ryder2016-08-167-38/+65