diff options
-rwxr-xr-x | .path | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ then export PATH=$PATH:$(go env GOPATH)/bin fi -if command -v gem &> /dev/null; then +if gem env user_gemhome &> /dev/null; then export GEM_HOME="$(gem env user_gemhome)" export PATH="$PATH:$GEM_HOME/bin" fi |