feat: updated config.fish, bugfixes, README.md
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user