Closed antoineco closed 3 years ago
Fixes #3
HISTSIZE and SAVEHIST being special variables, their value is always set by Zsh. Therefore, the parameter expansion caused Zim's values to never be assigned.
HISTSIZE
SAVEHIST
Partially reverts commit 4293dd8059b1635398fb0da310da3d3399cd49b7
I should have paid more attention before doing this change. Thanks for the PR!
Note: this same approach is used both in prezto and ohmyzsh.
Fixes #3
HISTSIZE
andSAVEHIST
being special variables, their value is always set by Zsh. Therefore, the parameter expansion caused Zim's values to never be assigned.Partially reverts commit 4293dd8059b1635398fb0da310da3d3399cd49b7