feat: updated config.fish, bugfixes, README.md

This commit is contained in:
2020-02-23 16:48:07 +01:00
parent d14a1246f6
commit 482d79c0e5
4 changed files with 5 additions and 26 deletions

View File

@ -1,6 +1,5 @@
# pyenv config
set -gx PYENV_ROOT $HOME/.pyenv
set -gx PATH ~/bin ~/.local/bin $PYENV_ROOT/bin $PATH
#pyenv config
set -gx PATH $PYENV_ROOT/bin $PATH
status --is-interactive; and pyenv init - | source
status --is-interactive; and pyenv virtualenv-init - | source