fix: Include PYENV_ROOT in PATH
This commit is contained in:
parent
4edefc15ff
commit
5087a63877
1 changed files with 2 additions and 0 deletions
|
@ -175,6 +175,8 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
|
|||
fi
|
||||
[ -d $WAKATIME_HOME ] || mkdir -p $WAKATIME_HOME
|
||||
[ -d $WINEPREFIX ] || mkdir -p $WINEPREFIX
|
||||
|
||||
[ -d $PYENV_ROOT/bin ] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
# << [XDG]
|
||||
|
||||
# zsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue