aboutsummaryrefslogtreecommitdiff
path: root/sh
Commit message (Expand)AuthorAgeFilesLines
* Remove single quotes within vr() subshellTom Ryder2016-08-211-3/+3
* Remove apostrophe from comment to calm pdkshTom Ryder2016-08-211-1/+1
* Add --devices and --directories to grep(1) optsTom Ryder2016-08-212-2/+16
* Correct path() error messagesTom Ryder2016-08-201-4/+4
* Correct empty var referenceTom Ryder2016-08-201-2/+1
* Write path() help to stderr if unrec commandTom Ryder2016-08-201-1/+1
* Dance for shellcheck in path()Tom Ryder2016-08-201-5/+8
* Port path() to POSIX shTom Ryder2016-08-201-0/+93
* Port vr(1) to POSIX shTom Ryder2016-08-201-0/+49
* Port lhn() to POSIX shTom Ryder2016-08-201-0/+12
* Basic PS1 setup for shrcTom Ryder2016-08-201-0/+3
* Port sd() to POSIX shTom Ryder2016-08-201-0/+82
* Port pd() to POSIX shTom Ryder2016-08-201-0/+37
* Correctly bail from failed subshellTom Ryder2016-08-203-8/+9
* Port ud() to POSIX shTom Ryder2016-08-201-0/+42
* 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-201-0/+67
* Remove OLDPWD hackTom Ryder2016-08-202-24/+0
* Move oldpwd.sh functionality into profileTom Ryder2016-08-202-10/+11
* Port all bash_profile.d scripts to POSIX shTom Ryder2016-08-204-0/+72
* Move OLDPWD setting to POSIX sh dirTom Ryder2016-08-202-0/+17
* Change cd() into POSIX shell scriptTom Ryder2016-08-191-0/+72
* Suppress stderr from command -v checksTom Ryder2016-08-184-5/+5
* Use consistent syntax for sh source loopsTom Ryder2016-08-182-8/+6
* Arrange EDITOR/VISUAL in a more typical wayTom Ryder2016-08-182-4/+6
* Fix up some command builtin callsTom Ryder2016-08-182-3/+3
* Sort the output of env(1) if no argumentsTom Ryder2016-08-181-0/+8
* Do away with dircolors and LS_COLORSTom Ryder2016-08-181-12/+1
* Port grep() and ls() to POSIX shTom Ryder2016-08-183-8/+51
* Replace Bashism "hash" with POSIX sh "command"Tom Ryder2016-08-181-1/+1
* Allow mksh to use pdksh's startup filesTom Ryder2016-08-171-1/+1
* Explain ksh.sh a bit moreTom Ryder2016-08-171-1/+3
* Move ksh ENV handling into shrc.dTom Ryder2016-08-172-10/+8
* Handle setting ENV from ~/.profileTom Ryder2016-08-171-3/+4
* Move interactive tests back into *rc filesTom Ryder2016-08-172-4/+10
* Include shrc.d in check-sh targetTom Ryder2016-08-171-2/+2
* Add parens after hgrep() name in errorTom Ryder2016-08-171-2/+2
* Move simple Bash/pdksh functions into POSIX shTom Ryder2016-08-1718-0/+174
* Keep ls(1) option metadata in cacheTom Ryder2016-08-151-15/+28
* Keep grep(1) option metadata in cacheTom Ryder2016-08-151-11/+26
* Name/point pdksh files specificallyTom Ryder2016-08-101-6/+8
* Add some notes about ENV for BashTom Ryder2016-08-091-1/+4
* Rename ksh.sh profile.d subscript to env.shTom Ryder2016-08-091-0/+0
* Set ENV appropriately if using kshTom Ryder2016-08-091-0/+5
* Use terser syntax for .d loop sourcesTom Ryder2016-07-301-8/+5
* Use less(1) as PAGER if availableTom Ryder2016-07-151-0/+7
* Separate games out into own directory/targetsTom Ryder2016-06-241-0/+4
* Correct a commentTom Ryder2016-06-171-1/+1
* Remove blank lines at end of filesTom Ryder2016-03-289-9/+0