aboutsummaryrefslogtreecommitdiff
path: root/ksh/kshrc.d
Commit message (Collapse)AuthorAgeFilesLines
* Change syntax of ksh prompt func declarationTom Ryder2016-12-181-1/+1
| | | | | | Turns out that `typeset` only makes a variable local if the function was declared with this syntax. This actually makes a fair bit of sense if I think about it. Wouldn't do this in Bash though.
* Improve accuracy of commentTom Ryder2016-12-171-1/+2
|
* Remove for loop from ksh prompt defTom Ryder2016-12-171-1/+3
| | | | mksh can't into it
* Knock out $HOST from kshrcTom Ryder2016-12-171-1/+1
| | | | Not needed really
* Add SHLVL handling for kshTom Ryder2016-12-171-0/+8
| | | | Turns out ksh93 at least does actually do it
* Resolve a few ksh version differencesTom Ryder2016-12-171-16/+20
|
* Correct a "local" to "typeset"Tom Ryder2016-12-171-1/+1
|
* Rename all pdksh stuff to kshTom Ryder2016-12-171-0/+201
As part of a foray into more active use of ksh and derivatives.