summary refs log tree commit diff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rwxr-xr-xbashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index b3bca12..1559986 100755
--- a/bashrc
+++ b/bashrc
@@ -1,4 +1,4 @@
-export EDITOR="vim"
+export EDITOR="emacs -nw"
 export HISTFILE=
 export LANG="en_US.UTF-8"
 export LC_ALL="$LANG"
@@ -30,6 +30,7 @@ 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"
+alias gomesosbuild="ssh -A smf1-egu-15-sr1.prod.twitter.com"
 
 # finally, build the path and source a few files
 __add_to_path_if_exists() {