aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/scr.sh
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly return from failed `cd` call in scr()Tom Ryder2016-08-231-1/+1
|
* Move simple Bash/pdksh functions into POSIX shTom Ryder2016-08-171-0/+6
Have only translated the scripts that translate readily into POSIX sh for now. More complex stuff like that bd/pd/sd/ud navigation for Bash doesn't port as easily, mostly because there isn't an analogue for the "local" keyword in POSIX.