aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move bd() from Bash func section in READMETom Ryder2016-08-201-1/+1
* Add an issueTom Ryder2016-08-201-0/+14
* Port ud() to POSIX shTom Ryder2016-08-203-51/+43
* Remove option term spec from bd()Tom Ryder2016-08-201-7/+3
* Improve error handling of cd() a bitTom Ryder2016-08-201-17/+21
* Port bd() to POSIX shTom Ryder2016-08-202-78/+67
* Remove OLDPWD hackTom Ryder2016-08-203-25/+0
* Add sshi(1)Tom Ryder2016-08-203-0/+44
* Keep SSH_TTY updated in tmux panesTom Ryder2016-08-201-6/+4
* Move oldpwd.sh functionality into profileTom Ryder2016-08-202-10/+11
* Pass null arg to manual cleanup() call in apf(1)Tom Ryder2016-08-201-1/+1
* Port all bash_profile.d scripts to POSIX shTom Ryder2016-08-2011-80/+78
* Use terser shell for executable installsTom Ryder2016-08-201-2/+2
* Move OLDPWD setting to POSIX sh dirTom Ryder2016-08-204-3/+18
* Remove debugging code from eds(1)Tom Ryder2016-08-191-2/+1
* Update documentation for br(1) and xgo(1)Tom Ryder2016-08-192-9/+11
* Clean up temporary files before apf(1) execTom Ryder2016-08-191-0/+3
* Strip trailing whitespace from apf(1)Tom Ryder2016-08-191-2/+2
* Add a POSIX compatibility issueTom Ryder2016-08-191-0/+2
* Correct a comment in edda(1)Tom Ryder2016-08-191-1/+1
* Port eds(1) to POSIX sh(1)Tom Ryder2016-08-192-46/+37
* Translate apf(1) to POSIX shTom Ryder2016-08-194-59/+80
* Correct stws(1)'s self-identifyingTom Ryder2016-08-191-1/+1
* Port edda(1) to POSIX shTom Ryder2016-08-193-32/+20
* Add issueTom Ryder2016-08-191-0/+3
* Change cd() into POSIX shell scriptTom Ryder2016-08-193-34/+74
* Flag issue fixedTom Ryder2016-08-191-5/+0
* Flag a remaining Bash script convertedTom Ryder2016-08-191-1/+0
* Add a completion issueTom Ryder2016-08-191-0/+3
* Remove resolved issueTom Ryder2016-08-191-5/+0
* Add lhn()Tom Ryder2016-08-182-0/+8
* 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