summaryrefslogtreecommitdiff
path: root/config.fish
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-07-13 02:56:22 +0200
committerache <ache@ache.one>2023-07-13 02:56:22 +0200
commitca2e4d2be3d4b30eefaced920df0898ee588f165 (patch)
treea0da28512c546dbbaa7961ca777de1c68cf70d79 /config.fish
parentFix git clone alias (diff)
Pyenv config
Diffstat (limited to 'config.fish')
-rw-r--r--config.fish5
1 files changed, 4 insertions, 1 deletions
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'