DHDuy Huynhinhtd.hashnode.dev·Feb 17, 2025 · 2 min readBoost your terminal productivity with ZshInstall Zsh Ubuntu sudo apt update sudo apt install zsh Arch Linux sudo pacman -S zsh Fedora sudo dnf install zsh After install, run zsh in your terminal, it will show like this, you just need to press 0 then Enter This is the Z Shell configurati...00