Hacker News new | ask | show | jobs
by alexis_fr 2318 days ago
I use several tabs and histories override each other, meaning I could never count on a command being present in the history. I’ve always been told an experienced dev has a folder with txt notes, so that is what I did.
1 comments

I'm pretty sure that you can configure zsh to write to zsh_history every command to prevent this

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