From dbc64bcf0a6d0b1476ceca1c2095de936f32f270 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 4 Sep 2015 21:21:55 -0700 Subject: [bash] editor (again) --- bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 94dfab8..9382d5e 100644 --- a/bashrc +++ b/bashrc @@ -1,4 +1,4 @@ -export EDITOR="vim" +export EDITOR="emacsclient -a '' -nw" export HISTFILE= export LANG="en_US.UTF-8" export LC_ALL="$LANG" @@ -69,6 +69,8 @@ alias pjson="python -mjson.tool" # tmux alias tmux='tmux -2' +alias tmuxl='tmux new -A -s local' +alias tmuxr='tmux new -A -s remote' function gitme { git config --local user.email "franckcuny@gmail.com" -- cgit 1.4.1