Browse Source

committing io changes

Gogs 8 years ago
parent
commit
b3346c10c0
2 changed files with 3 additions and 3 deletions
  1. 1 1
      .bash_aliases
  2. 2 2
      .bashrc

+ 1 - 1
.bash_aliases

@@ -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"

+ 2 - 2
.bashrc

@@ -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