Hacker News new | ask | show | jobs
by t0astbread 1940 days ago
Unless you source a lot of shared scripts why would it matter what shell you use interactively? You can install fish and bash side by side and use one in your terminal and one for scripting.
2 comments

I share a lot of snippets and commands with members of the team, write a lot of bash (which I like to debug in interactive mode), and often follow or produce documented procedures in interactive shell (not quite repetitive enough or frequent enough to bother scripting).
There are even things like bass and replay.fish to deal with sourcing bash scripts