Share history in multiple zsh shell
- by michael
I am trying to setup zsh so that it shares command history between different zsh sessions:
in multiple tabs
in multiple gnome-terminals
in different screen sessions
I have put this in .zshrc
#To save every command before it is executed (this is different from bash's history -a solution):
setopt inc_append_history
#To retrieve the history…