diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-02-28 08:40:49 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-02-28 08:40:49 -0800 |
commit | 9210a2bb594298fb32600e360e6a6cd50f33ac33 (patch) | |
tree | a3fb88da6131360f764410bea31ab028eb6b4e1b /bashrc | |
parent | [Makefile] fix the URL to my public key (diff) | |
download | emacs.d-9210a2bb594298fb32600e360e6a6cd50f33ac33.tar.gz |
[vim] Remove vim, I really can't get to switch.
Diffstat (limited to '')
-rwxr-xr-x | bashrc | 3 |
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() { |