Created
January 8, 2021 22:39
-
-
Save iKlotho/1d6422b0c87d3fbed0a49ff98c6a27f5 to your computer and use it in GitHub Desktop.
FISH shell gotchas
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
# make sure the install lts | |
set -g -x EDITOR vim | |
# edit the config | |
# starship init fish | source | |
vim ~/.config/fish/config.fish | |
# when installing virtualfish make sure python exists | |
# add .local/bin to path if not exists | |
# virtual env exists at ~/.virtualenvs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment