diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-09-04 21:21:55 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-09-04 21:21:55 -0700 |
commit | dbc64bcf0a6d0b1476ceca1c2095de936f32f270 (patch) | |
tree | a16f606434599caa7b2d75a1a6e9d1948b6715ef /bashrc | |
parent | [gitconfig] add alias for `wip`. (diff) | |
download | emacs.d-dbc64bcf0a6d0b1476ceca1c2095de936f32f270.tar.gz |
[bash] editor (again)
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 4 |
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" |