summary refs log tree commit diff
path: root/bashrc
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2017-06-11 19:20:46 -0700
committerFranck Cuny <franck.cuny@gmail.com>2017-06-11 19:20:46 -0700
commit714d55280d6bfcb18a8d22870aeaf4bba16b43f3 (patch)
tree77e1a02cf9cff6740aa446e1f1388ff7dace9c72 /bashrc
parent[Emacs] Move packages configuration to a new file. (diff)
downloademacs.d-714d55280d6bfcb18a8d22870aeaf4bba16b43f3.tar.gz
Add configuration for vim.
This is just a test at this point.
Diffstat (limited to '')
-rwxr-xr-xbashrc2
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"