Author: Kyle Fuller <inbox@kylefuller.co.uk> 2012-02-29 23:35:49 +0000 +0000
Committer: Kyle Fuller <inbox@kylefuller.co.uk> 2012-02-29 23:35:49 +0000 +0000
Commit: 9d75d49e7dff4ec7a5e21e164a0a4149f697743f
Parent: 949a982a417b16ad85eea7d18092f1383033eceb
Use vim instead of macvim
diff --git a/.rc b/.rc
index 014020a0f88a8d571dfb9a5b229b5cce344e2e6f..0715406ccf94e6e6a6091a2b2cc6611dbbdff14a 100644
--- a/.rc
+++ b/.rc
@@ -4,15 +4,7 @@ command_exists () {
type "$1" &> /dev/null;
}
-if command_exists mvim ; then
- export EDITOR=mvim
- export GIT_EDITOR='mvim -f --nomru -c "au VimLeave * !open -a Terminal"'
- export MANPAGER="col -b | mview -c 'set ft=man nomod nolist' -"
-elif command_exists vim ; then
- export EDITOR=vim
-elif command_exists vi ; then
- export EDITOR=vi
-fi
+export EDITOR=vim
pycd () {
# cd into a python module directory