Skip to content

Instantly share code, notes, and snippets.

@luisfc
Created April 5, 2017 06:28
Show Gist options
  • Save luisfc/81e41ccc5e3149161adfa64affbb00ed to your computer and use it in GitHub Desktop.
Save luisfc/81e41ccc5e3149161adfa64affbb00ed to your computer and use it in GitHub Desktop.
Install fish shell Ubuntu
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