Share zsh history amongst shells

This commit is contained in:
Jonny Barnes 2025-03-16 16:32:04 +00:00
parent 761378d9b8
commit 01cfce56d0
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -3,6 +3,7 @@
HISTFILE=~/.histfile HISTFILE=~/.histfile
HISTSIZE=10000 HISTSIZE=10000
SAVEHIST=10000 SAVEHIST=10000
setopt share_history
# vim binddings # vim binddings
bindkey -v bindkey -v