Boost your terminal productivity with Zsh
Install 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...
htd.hashnode.dev2 min read