Skip to content

Instantly share code, notes, and snippets.

@adammarples
Last active May 11, 2020 10:42
Show Gist options
  • Save adammarples/1b34e375e53173f6330e7233886a8b81 to your computer and use it in GitHub Desktop.
Save adammarples/1b34e375e53173f6330e7233886a8b81 to your computer and use it in GitHub Desktop.
# pyenv
set -x PYENV_ROOT $HOME/.pyenv
set -U PATH $PYENV_ROOT/bin $PATH
source (pyenv init - | psub)
set -e _OLD_FISH_PROMPT_OVERRIDE
set -e _OLD_VIRTUAL_PYTHONHOME
set -e _OLD_VIRTUAL_PATH
# direnv
direnv hook fish | source
# nerd-fonts
set -g theme_nerd_fonts yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment