summary refs log tree commit diff
path: root/bashrc
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-09-04 21:21:55 -0700
committerFranck Cuny <franckcuny@gmail.com>2015-09-04 21:21:55 -0700
commitdbc64bcf0a6d0b1476ceca1c2095de936f32f270 (patch)
treea16f606434599caa7b2d75a1a6e9d1948b6715ef /bashrc
parent[gitconfig] add alias for `wip`. (diff)
downloademacs.d-dbc64bcf0a6d0b1476ceca1c2095de936f32f270.tar.gz
[bash] editor (again)
Diffstat (limited to '')
-rw-r--r--bashrc4
1 files changed, 3 insertions, 1 deletions
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"