Hacker News new | ask | show | jobs
by jcelerier 2311 days ago
I'm pretty sure that you can configure zsh to write to zsh_history every command to prevent this
1 comments

    setopt inc_append_history
Thank you! I did not know that this option exists!