Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #command #install #fish #shell
ADD COMMENT
Topic
Name
9+5 =