enable shared history in zsh

This commit is contained in:
Thomas Ruoff
2017-12-31 15:32:30 +01:00
parent e19abd4462
commit b6f05ca9e1

View File

@@ -1,4 +1,4 @@
setopt hist_ignore_all_dups inc_append_history
setopt hist_ignore_all_dups inc_append_history share_history
HISTFILE=~/.zhistory
HISTSIZE=4096
SAVEHIST=4096