.bash_aliases 317 B

123456
  1. alias io="ssh fdamstra@io.monkeybox.org"
  2. alias afyon='ssh -l fred afyon.ec2.voltar.org'
  3. alias highstate="salt --force-color '*' state.highstate test=true | less -R; echo TEST ONLY. To run, type \'highstate.yes\'"
  4. alias highstate.yes="salt --force-color '*' state.highstate | less -R"
  5. alias salt="salt --force-color"