jimhester / per-directory-history

Per directory history for zsh, as well as global history, and the ability to toggle between them with ^G.
zlib License
259 stars 36 forks source link

Breaks zsh shared_history option #54

Open diminutivesloop opened 2 months ago

diminutivesloop commented 2 months ago

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.