diff options
author | 2025-03-01 02:26:00 +0100 | |
---|---|---|
committer | 2025-03-01 02:26:00 +0100 | |
commit | 69ff5cc5b609666ed34113dd7fea0325013f207a (patch) | |
tree | 7f838b77cf9370b0ab9ceb1a3ab68168aac0ad5f /CHANGELOG.md | |
parent | 92ab996f0f023018dbb043ac64f39ad79e9f3b9d (diff) | |
download | zuwu-69ff5cc5b609666ed34113dd7fea0325013f207a.tar.gz zuwu-69ff5cc5b609666ed34113dd7fea0325013f207a.tar.bz2 zuwu-69ff5cc5b609666ed34113dd7fea0325013f207a.tar.lz zuwu-69ff5cc5b609666ed34113dd7fea0325013f207a.zip |
feat: force save by default
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ae54429..e7cccb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ Items here can change in various ways, and changes introduced here should not be - Use `which` to detect `compinit` ([`396a5a7`](https://git.estrogen.zone/zuwu.git/commit/?id=396a5a7fb6274d61586a48272f977dab426b1a55)) - Give `SAVEHIST` the same treatment as `HISTFILE` for initialization of `.zshrc` section ([`c9a27c6`](https://git.estrogen.zone/zuwu.git/commit/?id=c9a27c6a5a29077525db86b955d04ab21bf18f59)) + - Also applies if it's zero now; if you really want a nonexistent history, set `AVOID_SETTING_HIST_INFO=true` in your config. ## v0.3.1 [`1221d0f`](https://git.estrogen.zone/zuwu.git/commit/?id=1221d0f52243ceb94b024ac64f3f36da1ec66b9f) |