aboutsummaryrefslogtreecommitdiffstats
path: root/zuwu.zsh
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-03 04:14:16 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-03 04:14:16 +0100
commite85d921539a87c78b8d54050516cbac68584a6ae (patch)
tree5c89248f70658f08672b6a79806839da596f5ef1 /zuwu.zsh
parent9ec99de0a7491f5caa44e0c69dbda7102cdbd322 (diff)
downloadzuwu-e85d921539a87c78b8d54050516cbac68584a6ae.tar.gz
zuwu-e85d921539a87c78b8d54050516cbac68584a6ae.tar.bz2
zuwu-e85d921539a87c78b8d54050516cbac68584a6ae.tar.lz
zuwu-e85d921539a87c78b8d54050516cbac68584a6ae.zip

fix: use __sethist, as god intended

Diffstat (limited to 'zuwu.zsh')
-rwxr-xr-xzuwu.zsh3
1 files changed, 3 insertions, 0 deletions
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