Created
April 5, 2017 06:28
-
-
Save luisfc/81e41ccc5e3149161adfa64affbb00ed to your computer and use it in GitHub Desktop.
Install fish shell Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/fish-shell/fish-shell | |
sudo apt-get install fish | |
#Make Fish your default shell: | |
chsh -s /usr/bin/fish | |
#To switch your default shell back, you can run: | |
chsh -s /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment