aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--README.markdown5
-rw-r--r--ksh/shrc.d/ksh.sh (renamed from sh/shrc.d/ksh.sh)0
3 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f2e9e278..9961da71 100644
--- a/Makefile
+++ b/Makefile
@@ -292,7 +292,9 @@ install-mysql :
install-ksh : check-ksh install-sh
install -m 0755 -d -- \
+ "$(HOME)"/.shrc.d \
"$(HOME)"/.kshrc.d
+ install -pm 0644 -- ksh/shrc.d/* "$(HOME)"/.shrc.d
install -pm 0644 -- ksh/kshrc "$(HOME)"/.kshrc
install -pm 0644 -- ksh/kshrc.d/* "$(HOME)"/.kshrc.d
diff --git a/README.markdown b/README.markdown
index 5c9dc392..fb517bad 100644
--- a/README.markdown
+++ b/README.markdown
@@ -255,9 +255,8 @@ Otherwise, they're all loaded on startup.
#### Korn shell
-The `ksh` configuration files and functions are not nearly as featureful as the
-Bash ones. At the moment these are mainly being maintained for use on OpenBSD
-`pdksh`.
+These are experimental; they are mostly used to tinker with MirBSD `mksh`, AT&T
+`ksh93`, and OpenBSD `pdksh`.
`ksh`, `ksh93`, `pdksh`, and `mksh` shells default to having a prompt coloured
yellow.
diff --git a/sh/shrc.d/ksh.sh b/ksh/shrc.d/ksh.sh
index 6c134e88..6c134e88 100644
--- a/sh/shrc.d/ksh.sh
+++ b/ksh/shrc.d/ksh.sh