From c9a27c6a5a29077525db86b955d04ab21bf18f59 Mon Sep 17 00:00:00 2001 From: memdmp Date: Sat, 1 Mar 2025 02:19:50 +0100 Subject: fix: give SAVEHIST the HISTFILE treatment --- zuwu.zsh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'zuwu.zsh') diff --git a/zuwu.zsh b/zuwu.zsh index 8449765..0646798 100755 --- a/zuwu.zsh +++ b/zuwu.zsh @@ -293,8 +293,9 @@ __sethist() { __sethist # History Size Determination -if ! [ -n "${HISTSIZE+1}" ]; then - eval_append ~/.zshrc "$(</dev/null 2>/dev/null && __sethist || true EOF )" + fi fi # For some reason, 30 tends to be a common "default" setting for this when not manually specified on shitty systems -- cgit v1.2.3