fix export

This commit is contained in:
TheK4n 2022-07-03 16:44:30 +03:00
parent 6fac90a847
commit 5e7491f77f

View File

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