Fixed go bin to user

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