Skip to content

Instantly share code, notes, and snippets.

@iKlotho
Created January 8, 2021 22:39
Show Gist options
  • Save iKlotho/1d6422b0c87d3fbed0a49ff98c6a27f5 to your computer and use it in GitHub Desktop.
Save iKlotho/1d6422b0c87d3fbed0a49ff98c6a27f5 to your computer and use it in GitHub Desktop.
FISH shell gotchas
# 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