This commit is contained in:
TheK4n 2022-07-03 16:43:55 +03:00
parent 0dca47f464
commit 6fac90a847

View File

@ -23,3 +23,8 @@ fi
if [ -d "$HOME/.npm-global/bin" ] ; then
export PATH="$PATH:$HOME/.npm-global/bin"
fi
if [ -d "$HOME/.go" ] then
export PATH="$PATH:$HOME/.go"
fi