From fce649619adb60fd45c6cafdf0dbbdd4c958df3d Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 2 Apr 2025 18:22:59 +0300 Subject: [PATCH] chore(config): remove double init for pyenv --- config/fish/exports.fish | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/fish/exports.fish b/config/fish/exports.fish index a0bad45..c013058 100644 --- a/config/fish/exports.fish +++ b/config/fish/exports.fish @@ -121,9 +121,6 @@ set -q OP_CACHE; or set -x OP_CACHE "$XDG_STATE_HOME/1password" set -q WORKON_HOME; or set -x WORKON_HOME "$XDG_DATA_HOME/virtualenvs" set -q PYENV_ROOT; or set -x PYENV_ROOT "$XDG_DATA_HOME/pyenv" fish_add_path "$PYENV_ROOT/bin" -if x-have pyenv; and not functions -q pyenv - status --is-interactive; and source (pyenv init - | psub) -end # Poetry configuration set -q POETRY_HOME; or set -x POETRY_HOME "$XDG_DATA_HOME/poetry"