Hacker News new | ask | show | jobs
by zufallsheld 613 days ago
Better just use 'HOME=$TMPDIR chrome <args... > without the export. With export the Home variable will persist for the current shell, potentially leading to unwanted results.
1 comments

Right correct. I put this in a script hence the export. Though its probably not necessary as well.