diff options
author | 2025-01-03 04:14:16 +0100 | |
---|---|---|
committer | 2025-01-03 04:14:16 +0100 | |
commit | e85d921539a87c78b8d54050516cbac68584a6ae (patch) | |
tree | 5c89248f70658f08672b6a79806839da596f5ef1 | |
parent | 9ec99de0a7491f5caa44e0c69dbda7102cdbd322 (diff) | |
download | zuwu-e85d921539a87c78b8d54050516cbac68584a6ae.tar.gz zuwu-e85d921539a87c78b8d54050516cbac68584a6ae.tar.bz2 zuwu-e85d921539a87c78b8d54050516cbac68584a6ae.tar.lz zuwu-e85d921539a87c78b8d54050516cbac68584a6ae.zip |
fix: use __sethist, as god intended
-rwxr-xr-x | zuwu.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |