summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/shell/profile (renamed from .config/ksh/ksh.kshrc)1
-rw-r--r--.kshrc2
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/ksh/ksh.kshrc b/.config/shell/profile
index 0d5fb13..ed4f3b0 100644
--- a/.config/ksh/ksh.kshrc
+++ b/.config/shell/profile
@@ -1 +1,2 @@
export HISTFILE="$HOME/.history"
+bind -m ^L=clear^J
diff --git a/.kshrc b/.kshrc
index 8f2463d..2ea7644 100644
--- a/.kshrc
+++ b/.kshrc
@@ -1,2 +1,2 @@
[ -f /etc/ksh.kshrc ] && . /etc/ksh.kshrc
-[ -f "$HOME/.config/ksh/ksh.kshrc" ] && . "$HOME/.config/ksh/ksh.kshrc"
+[ -f "$HOME/.config/ksh/ksh.kshrc" ] && . "$HOME/.config/shell/profile"