Use a non-standard shell on OSX
A “non-standard shell” is a shell that’s not listed in /etc/shells. So, use where <shell> to find shell path, and add it to /etc/shells.
Then chsh -s <shell-path>
A “non-standard shell” is a shell that’s not listed in /etc/shells. So, use where <shell> to find shell path, and add it to /etc/shells.
Then chsh -s <shell-path>