Hacker News new | ask | show | jobs
by kej 981 days ago
>it's considered unwise to use a non-unix compliant shell as your login shell

I'll bite, why is this?

1 comments

It's simple: there's too much code out there that assumes the login shell is Unix compliant. Remember that shells have been going out of their way to be Unix compliant for a very long time, rethinking the shell is a relatively new concept.