aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc
Commit message (Collapse)AuthorAgeFilesLines
* Move bash-independent code ~/.bashrc -> ~/.shrcTom Ryder2016-08-271-0/+9
|
* Remove default PS1 for shTom Ryder2016-08-251-5/+0
|
* Set POSIX PS1 in a less silly wayTom Ryder2016-08-231-1/+1
|
* Set POSIX PS1 before loading subscriptsTom Ryder2016-08-231-0/+5
| | | | So that it's overridden in the correct order by pdksh
* Use consistent syntax for sh source loopsTom Ryder2016-08-181-4/+3
|
* Move interactive tests back into *rc filesTom Ryder2016-08-171-0/+6
| | | | | | I don't fully understand why I have to do it this way yet, but if I don't, calling SSH with a command raises "stdin: not a terminal" because ~/.bashrc was called.
* Move simple Bash/pdksh functions into POSIX shTom Ryder2016-08-171-0/+7
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.