larkery / zsh-histdb

A slightly better history for zsh
MIT License
1.25k stars 74 forks source link

Does this work on shared file systems? #123

Closed Hoeze closed 2 years ago

Hoeze commented 2 years ago

Hi, our home folders are stored on a NFS server. Can I use histdb anyways?

larkery commented 2 years ago

I have no idea - the underlying gadget is sqlite3. There is probably something about this in the sqlite3 documentation, which see. I expect it depends on the semantics of fsync and flock or something like that.