aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
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}"
;;