When I have the zsh shared_history option enabled alongside this plugin I observe the following issues:
While local history is written to immediately after a command is run, the global history only updates once another command is run and stays one command behind until the shell is reloaded or exits.
Other shells do not do not pick up new history entries (either local or global) until reload or toggle between local and global
If I disable this plugin the shared history feature works as expected and commands executed in one shell are immediately available as history entries in other terminals after pressing enter to refresh history.
When I have the zsh
shared_history
option enabled alongside this plugin I observe the following issues:If I disable this plugin the shared history feature works as expected and commands executed in one shell are immediately available as history entries in other terminals after pressing enter to refresh history.