diff options
| author | tslil clingman <tslil@posteo.net> | 2022-05-07 17:57:01 -0500 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.net> | 2022-05-07 17:57:01 -0500 |
| commit | 88dd596eee05c1b185c900b1932c3bffc7c75d3f (patch) | |
| tree | 69146d00d4747affbee3feaed4043e1e758f96e9 | |
| parent | 5a0876658f1df0ab91ec173572b74e28b21baad6 (diff) | |
Finally sorted out oksh history, it was a build option!
| -rw-r--r-- | kiss.profile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kiss.profile b/kiss.profile index 5c92b68..01e8207 100644 --- a/kiss.profile +++ b/kiss.profile @@ -1,9 +1,10 @@ # ----------------------------------------------------------------------------- # Environment variables export ENV=$HOME/.kshrc -export HISTFILE=$HOME/.histfile -export HISTSIZE=512 +export HISTFILE="$HOME/.histfile" +export HISTSIZE=8192 export HISTCONTROL=ignorespace + export EDITOR=kak PATH="$HOME/.cargo/bin/:$HOME/.local/bin/:$PATH" |
