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
260 stars 36 forks source link

fix zsh share_history #56

Closed zhengpd closed 1 week ago

zhengpd commented 1 week ago

Cause:

When share_history is set, commands are written to history file, but per-directory-history doesn't import those commands saved by other sessions.

Fix #54