12345678 |
- 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"
- alias salt="salt --force-color"
- # Misc
- alias keybase="keybase --standalone"
|