diff options
Diffstat (limited to '.config/shell/profile')
-rwxr-xr-x | .config/shell/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 3f3098b..53001b1 100755 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -29,7 +29,7 @@ export LESSHIST="-" export FZF_DEFAULT_OPTS="--layout=reverse --height 40%" # pyenv -export PYENV_ROOT="$HOME/.pyenv" +export PYENV_ROOT="${XDG_DATA_HOME:-$HOME/.local/share}/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init --path)" |