this post was submitted on 10 Nov 2025
146 points (99.3% liked)
Linux
10098 readers
647 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You have many better shells today, like zsh and fish.
Unless you need to concert shell scripts, specially zsh will just work. Fish has some of its own syntax for environment variables, and requires quotes sometimes in commands, so its a bit different but easy to learn.
I use fish myself because i really like the way it does auto complete out of the box. You can get that with zsh as well but it requires more config.