Is there any reason to use Bash over Zsh or Fish?
It usually comes preinstalled, so no need to touch anything. Beyond that, no, no reason for using it over the others.
>>108191275No. Bash is deprecated.
>>108191275You can run PowerShell on Linux.
>>108191275use eshell nigga
it's the default, if you're gonna write scripts for others you have to assume they're using bash too. also everything else is bloat.
>>108191421Bourne shell is the default. When writing scripts for other people I make sure it can run on plain sh.
>>108191275The real question is, is there any reason to use Zsh or Fish over Bash?
>>108191475No.
>>108191475fish is a command line shell for the 90s. Tons of useful features.it has weird scripting so you should use bash or zsh for scripts, but using fish is just a much better experience
>>108191275Not really. For script sure, for compatibility. But as a shell, it's just worse in every way.
>>108191628fish auto-suggestions are fucking incredibleusing a shell without this feature feels awful nowalthough I use zsh with a plugin that emulates them for the exact reason you mentioned