diff options
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" |