Fish is a smart and user-friendly shell that provides features like autosuggestions and syntax highlighting out of the box. Here’s how you can install and start using Fish shell on Debian, Fedora, and Arch Linux.
sudo apt install fish
chsh -s /usr/bin/fish
fish
sudo dnf install fish
chsh -s /usr/bin/fish
fish
sudo pacman -S fish
chsh -s /usr/bin/fish
fish
Enjoy using Fish shell! Its simplicity and out-of-the-box features make it a great choice for new and experienced Linux users alike.