From eb562db5aafd10d452cf796d0673a3e62436e9f2 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Wed, 19 Feb 2025 11:26:30 +0000 Subject: upgrade histsize --- .config/ksh/ksh.kshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/ksh/ksh.kshrc b/.config/ksh/ksh.kshrc index 79bec0a..6ce52ae 100644 --- a/.config/ksh/ksh.kshrc +++ b/.config/ksh/ksh.kshrc @@ -26,5 +26,6 @@ eval "$(zoxide init posix --cmd cd --hook prompt)" export HISTFILE="$HOME/.history" export HISTCONTROL=ignorespace +export HISTSIZE=100000 set -o emacs -- cgit v1.2.3