DEV Community

Discussion on: Why I use Fish Shell over Bash and Zsh 🐟

Collapse
 
nanohard profile image
William Antonelli

Instead of exiting, I use
bash -c 'command'
This is useful for scripts or programs as well where you need to be bash-compliant.

Collapse
 
aleccool213 profile image
Alec Brunelle

This is a great addition! Thanks!

Collapse
 
johnny4fun profile image
Johnny Zhang

The same! But I still hope that Fish could be compatible with bash/sh