aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-17 20:34:06 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-17 20:34:06 +1200
commit4698a71250ecbd55384b8e70a4be3a7641a0a57f (patch)
tree22a1b587a0d2e4c9a43c3fcec3d0003cb3594ab3 /sh
parentMake install-{bash,zsh} depend on install-sh (diff)
downloaddotfiles-4698a71250ecbd55384b8e70a4be3a7641a0a57f.tar.gz
dotfiles-4698a71250ecbd55384b8e70a4be3a7641a0a57f.zip
Allow mksh to use pdksh's startup files
Diffstat (limited to 'sh')
-rw-r--r--sh/shrc.d/ksh.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/shrc.d/ksh.sh b/sh/shrc.d/ksh.sh
index f1245e76..b12f13c8 100644
--- a/sh/shrc.d/ksh.sh
+++ b/sh/shrc.d/ksh.sh
@@ -3,7 +3,7 @@
# their own rc files first, which I've written to then look for ~/.shrc; ksh
# does it the other way around.
case $KSH_VERSION in
- *'PD KSH '*)
+ *'PD KSH '*|*'MIRBSD KSH '*)
[ -f "${KSH_ENV:-"$HOME"/.pdkshrc}" ] || return
. "${KSH_ENV:-"$HOME"/.pdkshrc}"
;;