Fred Damstra 9 years ago
parent
commit
47fde846d7
2 changed files with 2 additions and 1 deletions
  1. 1 1
      .bash/.bash
  2. 1 0
      .bash_aliases

+ 1 - 1
.bash/.bash

@@ -1 +1 @@
-/home/fdamstra/MyEnvironment/.bash
+/Users/freddamstra/MyEnvironment/.bash

+ 1 - 0
.bash_aliases

@@ -1,3 +1,4 @@
+alias io="ssh fdamstra@io.monkeybox.org"
 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"