DEV Community

Discussion on: Ch-Ch-Changes: to shell and back

Collapse
 
nickytonline profile image
Nick Taylor

Thanks for the article @denmch . I'm a big fan of the fish shell. I was using zsh before, but then gave fish a try and haven't really looked back. My whole dev setup is here if you're interested.

For switching shells, you can definitely run chsh again, but if you're in your preferred shell and just need to drop back into bash, you can just run bash and you end up right back in the bash shell.

If you're in fish, I use bass to make bash utilities runnable in fish.

Looking forward to your next post!