aboutsummaryrefslogtreecommitdiff
path: root/pdksh/pdkshrc.d
Commit message (Collapse)AuthorAgeFilesLines
* Correct wrapping for a commentTom Ryder2016-08-151-1/+2
|
* Don't use git: prompt prefix if PROMPT_VCS unsetTom Ryder2016-08-151-2/+2
| | | | | All of my personal stuff is in Git, so this is only really applicable at work
* Remove square brackets around promptTom Ryder2016-08-151-1/+1
| | | | Just noise
* Port Git prompt function from Bash to pdkshTom Ryder2016-08-141-0/+49
|
* Port easy bashrc.d scripts to pdkshrc.dTom Ryder2016-08-1013-0/+125
| | | | | Have left out anything that requires non-trivial fixes, mostly due to variable scope or missing features.
* Name/point pdksh files specificallyTom Ryder2016-08-101-0/+106
This frees up space to implement actual ksh88/ksh93 files specifically in future, as pdksh's feature set differs considerably