diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-07-07 12:43:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-07-07 12:43:56 -0300 |
commit | d43e325b1fed5d8b8cfaba75ba9bb7e4ee02254c (patch) | |
tree | ae6a669d0fae19630850278a9c0d1c9f388030ae | |
parent | 4b1fd798bf3b863dc640c458442e50cf2f8a14e2 (diff) | |
download | profile-d43e325b1fed5d8b8cfaba75ba9bb7e4ee02254c.tar.gz profile-d43e325b1fed5d8b8cfaba75ba9bb7e4ee02254c.tar.bz2 |
Feat: pyenv support for bash and zsh (2)
-rw-r--r-- | profile.dot.link | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profile.dot.link b/profile.dot.link index e6de5a7..9c1ff41 100644 --- a/profile.dot.link +++ b/profile.dot.link @@ -131,6 +131,7 @@ export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || pr [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm # PyEnv +# https://github.com/pyenv/pyenv if [ -d "$HOME/.pyenv" ]; then export PYENV_ROOT="$HOME/.pyenv" command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" |