fish shell
Easy — everyone uses thisGeneral Dev
ELI5 — The Vibe Check
fish is the shell that decided 'what if it just worked, without spending two days configuring dotfiles?' Autosuggestions show up as you type, syntax highlights errors before you run them, and there's a web UI for configuration. The catch: it's not POSIX-compliant, so the occasional bash script breaks. Tradeoffs.
Real Talk
undefined
When You'll Hear This
undefined
Related Terms
Starship
Starship is the shell prompt upgrade that makes your terminal look like it belongs in a sci-fi movie.
beginnerGeneral Dev
tmux
tmux lets you have multiple terminal windows inside one terminal, and — crucially — sessions survive if your SSH connection drops.
intermediateGeneral Dev
zsh
zsh is bash but with superpowers unlocked.
beginnerGeneral Dev