From dd591547dcd8f98d5f97b2d4f2328c3094f84a2a Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Mon, 11 Oct 2021 09:45:48 +0200 Subject: [PATCH] more history please --- yashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/yashrc b/yashrc index 573650c..7635309 100644 --- a/yashrc +++ b/yashrc @@ -11,9 +11,10 @@ if command --identify --builtin-command bindkey >/dev/null; then fi # arrange history +set --hist-space HISTFILE=~/.yash_history -HISTSIZE=10000 -HISTRMDUP=10000 +HISTSIZE=50000 +HISTRMDUP=50000 # Get ourselves a nice prompt ks() { s="$?" ; $* ; return "$s" ; }