Installing 'Oh My Fish' Shell

About installing fish, a very helpful modern bash alternative in WSL2/Ubuntu. Enjoy the benefits of the powerline and nice helpers and visualizations in your common workflows. Install Fish Install fish sudo apt install fish Switch to fish fish Set fish as default shell chsh -s /usr/bin/fish Hint: Switch back to bash with chsh -s /usr/bin/bash Install ‘Oh My Fish’ with the theme ‘Bob The Fish’ Install Oh My Fish curl https://raw....

March 1, 2022 · 1 min