Hacker News new | ask | show | jobs
by kccqzy 1630 days ago
Just `exec bash` doesn't get you a proper login shell so plenty of things will break. It's likely that you don't care about login shells or not, but some will. But at least do `exec bash -l` instead.