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: 9a200fcedcf81b4fbe833b4a2386bd835265fe93
parent: ff5ca9c1eaf8b0bbe6b75504e82e7bfdc243b894
author: Brian Callahan <ibara@users.noreply.github.com>
date:   Thu, 24 Oct 2019 10:08:45 -0400
Remove clear line from example .profile

If you link with ncurses, ^L will clear the screen for you, making this line superfluous.9a200fcedcf81b4fbe833b4a2386bd835265fe93
 profile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profile b/profile
@@ -6,6 +6,3 @@ 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'