Fixed go bin to user

This commit is contained in:
2025-10-05 11:51:45 +02:00
parent 40f3cf4ff6
commit 309dc4e836
Executable → Regular
+1 -1
View File
@@ -15,7 +15,7 @@ if [[ -n $SSH_CONNECTION ]]; then
fi
# go
export PATH=$HOME/go/bin:$PATH
export PATH=/usr/local/go/bin:$PATH
# pyenv
export PYENV_ROOT="$HOME/.pyenv"