diff options
author | Franck Cuny <fcuny@twitter.com> | 2018-08-27 09:13:49 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2018-08-27 09:13:49 -0700 |
commit | 2461ff3c8539e31c4ffb0a53960a4451a4ce1f17 (patch) | |
tree | 0b5e6838ec079a6e34ab0c5659b5e578c2b6c1c1 /configs/rcs/bashrc | |
parent | [emacs] merge configurations (diff) | |
download | emacs.d-2461ff3c8539e31c4ffb0a53960a4451a4ce1f17.tar.gz |
[vim] Add vim again. Will give it another try for a week.
Diffstat (limited to 'configs/rcs/bashrc')
-rwxr-xr-x | configs/rcs/bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rcs/bashrc b/configs/rcs/bashrc index c4fb2a1..25a8971 100755 --- a/configs/rcs/bashrc +++ b/configs/rcs/bashrc @@ -1,4 +1,4 @@ -export EDITOR="emacsclient" +export EDITOR="vim" export HISTFILE= export LANG="en_US.UTF-8" export LC_ALL="$LANG" |