diff options
| author | Mike Vink <ivi@vinkies.net> | 2025-02-09 15:18:23 +0100 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2025-02-09 15:18:23 +0100 |
| commit | ab95bfcd581a80b3a042968c5c47e047e50d0da3 (patch) | |
| tree | 3780ed3cfa63af292e05a5ed8079ecfd7cbfea76 | |
| parent | d6ebffc7f8f9e094c277c39433e6f68fa5b6ac47 (diff) | |
use multiline prompt
| -rw-r--r-- | .config/shell/profile (renamed from .config/ksh/ksh.kshrc) | 1 | ||||
| -rw-r--r-- | .kshrc | 2 |
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 @@ -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" |
