aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/ed.sh
Commit message (Collapse)AuthorAgeFilesLines
* Suppress stderr from command -v checksTom Ryder2016-08-181-1/+1
| | | | | Now I remember--old Bash prints failure messages to stderr for this call. That'll be why I was suppressing both streams initially.
* Replace Bashism "hash" with POSIX sh "command"Tom Ryder2016-08-181-1/+1
|
* Move simple Bash/pdksh functions into POSIX shTom Ryder2016-08-171-0/+26
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.