From e85d921539a87c78b8d54050516cbac68584a6ae Mon Sep 17 00:00:00 2001 From: memdmp Date: Fri, 3 Jan 2025 04:14:16 +0100 Subject: fix: use __sethist, as god intended --- zuwu.zsh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zuwu.zsh') diff --git a/zuwu.zsh b/zuwu.zsh index b845ad7..ee6dd10 100755 --- a/zuwu.zsh +++ b/zuwu.zsh @@ -31,6 +31,9 @@ HISTFILE="~/.histfile" HISTSIZE="10000" SAVEHIST="10000" # End of lines configured by zsh-newuser-install + +# Overwrite histfile with zuwu implementation, using HISTDIR and HISTID - if you don't want this implementation, comment out the next line. +__sethist EOF fi -- cgit v1.2.3