this post was submitted on 24 May 2024
13 points (93.3% liked)
Linux
5180 readers
35 users here now
A community for everything relating to the linux operating system
Also check out !linux_memes@programming.dev
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use fish. I really like that it is already configured to be a comfortable and usable interactive shell out of the box.
The differences from posix are generally easier to remember on the fish side imo (like if statements) and you generally only encounter them when you write scripts.
You can also write scripts in bash if you want and there is a nice tool if you need to put environment variables into shell from a bash script (https://github.com/edc/bass)