Today's Fast and Simple Tip is about fish (shell).
Fish (Friendly Interactive Shell) brings autocompletion, syntax highlighting, and sane defaults to your terminal—way beyond Bash. Install it on Linux with:
sudo apt install fish # Debian/Ubuntu
# or
sudo dnf install fish # Fedora
Switch to it:
fish
Check the built-in help:
help # Opens a web-based tutorial in your browser
Bonus: Pair it with modern tools like exa or bat from this GitHub list for a slick setup. Quick, smart, done.
Top comments (0)