DEV Community

Discussion on: What are your favorite Linux utility/productivity tools?

Collapse
 
flrnd profile image
Florian Rand

Nice! take a look at this: github.com/edc/bass (for bash scripts).

You might not need Bass for simple use cases. A great simple alternative (suggested by @jorgebucaran) is to just use exec bash -c "source some-bash-setup.sh; exec fish".

it's the only caveat I can find about fish, it's not POSIX compliant.