mirror of
https://github.com/agresdominik/dotfiles.git
synced 2026-04-21 18:05:50 +00:00
Fixed go bin to user
This commit is contained in:
Executable → Regular
+2
-2
@@ -14,8 +14,8 @@ if [[ -n $SSH_CONNECTION ]]; then
|
||||
export EDITOR='nvim'
|
||||
fi
|
||||
|
||||
# go
|
||||
export PATH=$HOME/go/bin:$PATH
|
||||
# go
|
||||
export PATH=/usr/local/go/bin:$PATH
|
||||
|
||||
# pyenv
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
|
||||
Reference in New Issue
Block a user