diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-07-17 19:52:32 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-18 21:17:21 -0700 |
commit | eccac287591ce7dc4615ca239837cff952c1c348 (patch) | |
tree | 68dd3d77a4df39798eaa474eb707208f9d41cf3c /bashrc | |
parent | [emacs] add my emacs configuration (diff) | |
download | emacs.d-eccac287591ce7dc4615ca239837cff952c1c348.tar.gz |
[emacs] add more things for emacs
Diffstat (limited to '')
-rw-r--r-- | bashrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bashrc b/bashrc index 751f5e1..a176073 100644 --- a/bashrc +++ b/bashrc @@ -1,4 +1,5 @@ -export EDITOR="vim" +export TERM=xterm-256color +export EDITOR="emacsclient -a enacs -n" export HISTFILE= export LANG="en_US.UTF-8" export LC_ALL="$LANG" @@ -57,6 +58,7 @@ alias mv="mv -i" alias rm="rm -i" alias e="$EDITOR" +alias em="emacsclient -a emacs -nw" alias g="git" alias gclean="git clean -dfx" |