Created
June 29, 2018 04:22
-
-
Save brandedoutcast/c07f6a1d5ca8794ddbd3096d9c4d39d6 to your computer and use it in GitHub Desktop.
WSL Init
This file contains 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
sudo apt update | |
sudo apt upgrade | |
sudo apt install fish | |
chsh -s /usr/bin/fish | |
mkdir -p ~/.config/fish | |
echo "set -g -x fish_greeting ''" >> ~/.config/fish/config.fish |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment