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'
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user