No history for between session (history reset) for tools like psprint/zsh-navigation-tools zsh-users/zsh-autosuggestions
uname -aDarwin Jakubs-MacBook-Pro.local 16.3.0 Darwin Kernel Version 16.3.0: Thu Nov 17 20:23:58 PST 2016; root:xnu-3789.31.2~1/RELEASE_X86_64 x86_64
zsh 5.3.1 (x86_64-apple-darwin16.3.0)
Wed Jan 18 13:25:39 2017 +0900
Create a minimal reproducing set of configurations for this issue. Please
remove all unnecessary parts!
source ~/.zplug/init.zsh
zplug "zsh-users/zsh-autosuggestions"
if ! zplug check --verbose; then
printf "Install? [y/N]: "
if read -q; then
echo; zplug install
fi
fi
zplug load --verbose
asdasdasd, zsh-autosuggestions suggests asdasdasd, nothing is suggestedIs this really a problem with zplug?
OK, of course it wasn't but the be honest I'm kind of suprised that it wasn't mentioned in any tutorials/configs I've seen.
I had to set export those
export HISTFILE=~/.zsh_history
export HISTSIZE=10000
export SAVEHIST=10000
This can be closed of course. Thanks for awesome tool!
Most helpful comment
OK, of course it wasn't but the be honest I'm kind of suprised that it wasn't mentioned in any tutorials/configs I've seen.
I had to set export those
This can be closed of course. Thanks for awesome tool!