Answers for "command to install fish shell"

0

command to install fish shell

sudo apt install fish
chsh -s /usr/bin/fish
# logout/login

# To switch back to bash
chsh -s /bin/bash
# logout/login
Posted by: Guest on April-07-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language