diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2017-06-11 19:20:46 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2017-06-11 19:20:46 -0700 |
commit | 714d55280d6bfcb18a8d22870aeaf4bba16b43f3 (patch) | |
tree | 77e1a02cf9cff6740aa446e1f1388ff7dace9c72 /bashrc | |
parent | [Emacs] Move packages configuration to a new file. (diff) | |
download | emacs.d-714d55280d6bfcb18a8d22870aeaf4bba16b43f3.tar.gz |
Add configuration for vim.
This is just a test at this point.
Diffstat (limited to 'bashrc')
-rwxr-xr-x | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc index a8170f8..92ed046 100755 --- a/bashrc +++ b/bashrc @@ -1,4 +1,4 @@ -export EDITOR="emacsclient -a ''" +export EDITOR="vim" export HISTFILE= export LANG="en_US.UTF-8" export LC_ALL="$LANG" |