Tom McKenzie %!s(int64=7) %!d(string=hai) anos
pai
achega
c6a6bf18c6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .rc.d/applications.sh

+ 2 - 2
.rc.d/applications.sh

@@ -5,8 +5,8 @@ if [ -d "${HOME}/.nvm" ]; then
 fi
 
 # export golang bin path
-if [ -d "/usr/local/opt/go/libexec" ]; then
-  export PATH=$PATH:/usr/local/opt/go/libexec/bin
+if [ -d "~/go/bin" ]; then
+  export PATH=$PATH:~/go/bin
 fi
 
 # thefuck