Y
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
jcelerier
2318 days ago
I'm pretty sure that you can configure zsh to write to zsh_history every command to prevent this
link
catalogia
2318 days ago
setopt inc_append_history
link
DelightOne
2318 days ago
Thank you! I did not know that this option exists!
link