Hacker News new | ask | show | jobs
by iamgopal 1801 days ago
I usually save my command history to version control every time I git commit. It helps a lot for less frequently visited projects.
1 comments

You can set your HIST_FILE per project. That’s what I do in vscode (terminal env), so I have a history per project.

Other than that, I usually document some ops/quick read me about how to use or prepare the project