aboutsummaryrefslogtreecommitdiff
path: root/ksh
Commit message (Collapse)AuthorAgeFilesLines
...
* Defer kshrc loading until after shrc all loadedTom Ryder2016-12-181-5/+2
|
* Add ksh version distinguisher to promptTom Ryder2016-12-181-2/+12
|
* Change tack; force ENV if the file existsTom Ryder2016-12-181-6/+0
|
* 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.
* Undo strange default for login ksh93 ENVTom Ryder2016-12-181-0/+6
| | | | I haven't yet figured out why it does this
* Still improving ksh-guessing heuristicsTom Ryder2016-12-171-7/+14
|
* Move ksh.sh shim into ksh subdirTom Ryder2016-12-171-0/+30
| | | | | So it doesn't get installed on systems where I don't use ksh, since it's mostly not needed
* 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
* Move HOSTNAME call into shrcTom Ryder2016-12-171-3/+0
|
* Knock out $HOST from kshrcTom Ryder2016-12-172-3/+2
| | | | 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-172-16/+24
|
* Correct a "local" to "typeset"Tom Ryder2016-12-171-1/+1
|
* Rename all pdksh stuff to kshTom Ryder2016-12-172-0/+214
As part of a foray into more active use of ksh and derivatives.