.bash_aliases 355 B

12345678
  1. alias io="ssh fdamstra@10.42.42.2"
  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"
  6. # Misc
  7. alias keybase="keybase --standalone"