diff --git a/sub/bash/export b/sub/bash/export index d442af1..e4f2035 100644 --- a/sub/bash/export +++ b/sub/bash/export @@ -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