diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-02-25 14:06:05 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-02-25 14:06:05 -0800 |
commit | 58013452ba68fccaa080cc95c4b451762255997f (patch) | |
tree | 5096b26a12870daac531a3f2cf10c09189b4223d /bashrc | |
parent | [vim] BUILD files are python (diff) | |
download | emacs.d-58013452ba68fccaa080cc95c4b451762255997f.tar.gz |
[bash] add some aliases to remote boxes
Diffstat (limited to '')
-rwxr-xr-x | bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bashrc b/bashrc index ee36ce2..b3bca12 100755 --- a/bashrc +++ b/bashrc @@ -28,6 +28,8 @@ alias gocsnest="ssh -A csnest2.smf1.twitter.com" alias goebnest="ssh -A eventbus@nest.smfc.twitter.com" alias goipmi="ssh -A ipmibastion1.atla.twitter.com" alias gonest="ssh -A nest.smfc.twitter.com" +alias gotwdevbox="ssh -A 172.25.31.131" +alias gohomedevbox="ssh -A 192.168.86.157" # finally, build the path and source a few files __add_to_path_if_exists() { |