diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2015-07-25 08:35:28 -0700 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-25 08:35:28 -0700 |
| commit | dbded61698492f2bd8015825622cf20fb0e74e64 (patch) | |
| tree | 0a9a0883bc85bf314eec18f162b888906c0df49d /bashrc | |
| parent | [vim] add plugin for golang (diff) | |
| download | emacs.d-dbded61698492f2bd8015825622cf20fb0e74e64.tar.gz | |
[bash] editor
Diffstat (limited to '')
| -rw-r--r-- | bashrc | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,4 @@ -export TERM=xterm-256color -export EDITOR="emacsclient -a emacs -nw" +export EDITOR=vim export HISTFILE= export LANG="en_US.UTF-8" export LC_ALL="$LANG" @@ -58,7 +57,6 @@ alias mv="mv -i" alias rm="rm -i" alias e="$EDITOR" -alias em="emacsclient -a emacs -n" alias g="git" alias gclean="git clean -dfx" |
