From ca2e4d2be3d4b30eefaced920df0898ee588f165 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 13 Jul 2023 02:56:22 +0200 Subject: Pyenv config --- config.fish | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.fish') diff --git a/config.fish b/config.fish index 466922e..ce9e147 100644 --- a/config.fish +++ b/config.fish @@ -77,8 +77,11 @@ if [ -d "/opt/android-sdk" ] set -x ANDROID_HOME /opt/android-sdk/ end -[ -z "$DISPLAY" ] ; and [ "$XDG_VTNR" = "1" ] ; and exec startx +## Pyenv +set -Ux PYENV_ROOT $HOME/.pyenv +fish_add_path $PYENV_ROOT/bin +[ -z "$DISPLAY" ] ; and [ "$XDG_VTNR" = "1" ] ; and exec startx # alias gobjc='gcc -L /usr/lib/GNUstep/Libraries/gnustep-base -lgnustep-base -fconstant-string-class=NSConstantString' -- cgit v1.2.3