@@ -1,4 +1,4 @@
-alias io="ssh fdamstra@io.monkeybox.org"
+alias io="ssh fdamstra@10.42.42.2"
alias afyon='ssh -l fred afyon.ec2.voltar.org'
alias highstate="salt --force-color '*' state.highstate test=true | less -R; echo TEST ONLY. To run, type \'highstate.yes\'"
alias highstate.yes="salt --force-color '*' state.highstate | less -R"
@@ -114,8 +114,8 @@ if ! shopt -oq posix; then
fi
export GOPATH=$HOME/go
-export GOROOT=/usr/local/src/go
-export PATH=$PATH:$GOROOT/bin
+#export GOROOT=/usr/lib/go
+#export PATH=$PATH:$GOROOT/bin
# Add scripts directories to the path
if [ -d ~/scripts ]; then