DEV Community

Discussion on: Replace operating system shell/explorer on Linux and Apple systems.

Collapse
 
dwd profile image
Dave Cridland

For the command line shell, there's an actual command to do it: chsh. Look at man 1 chsh for the details, but it's simply changing your entry in /etc/passwd.

I usually switch my interactive shell to Fish, and then keep Bash about for more programmery things.