Closed IgnusG closed 2 years ago
This just started happening to me too. Pretty sure it worked before.
I'm also seeing this issue.
Is this still happening with new zsh versions? I wanna try the plugin, but i'm not sure if it will work properly.
I've just started playing around with this nice plugin. It seems that incappendhistory
is not respected. As soon as I close the shell, the entries are written to the global history file.
Due to this problem I switched to a different implementation of this plugin in my fork: https://github.com/CyberShadow/per-directory-history/commit/b8e7a9644f5c89562a08e36eede577e8a8081eca
This version works with share_history
for me in current ZSH.
It seems the commands executed in global history mode are also saved to the directory history. But commands executed in the directory history mode are not added to the global one.
Is this intended?