From 88dd596eee05c1b185c900b1932c3bffc7c75d3f Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sat, 7 May 2022 17:57:01 -0500 Subject: Finally sorted out oksh history, it was a build option! --- kiss.profile | 5 +++-- 1 file 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" -- cgit v1.2.3