oksh-noxz

[fork] Portable OpenBSD ksh, based on the Public Domain Korn Shell (pdksh).
git clone https://noxz.tech/git/oksh-noxz.git
oksh-noxz

commit: a3e8db3078af5f79d95d484876bcbd18760f5179
parent: 444f2af6280e2c0ce7e820033017a770201c3ee0
author: Brian Callahan <dodonpachi-github@mailinator.com>
date:   Thu, 9 Apr 2015 22:54:37 -0400
Add an example .profile
A.profile10++++++++++
1 file changed, 10 insertions(+)
diff --git a/.profile b/.profile
@@ -0,0 +1,10 @@
+# oksh initialization
+
+PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games
+export PATH HOME TERM
+
+# Uncomment to set default prompt to current working directory.
+# PS1='$PWD $ '
+
+# Uncomment if you think ksh should act like bash...
+# bind -m '^L'=clear'^J'