Merge branch 'master' of git.epichack.com:barak/dotfiles

This commit is contained in:
Barak Michener 2015-07-29 11:47:15 -04:00
commit cbae365fac

1
bin/vi
View file

@ -1,5 +1,6 @@
#!/bin/sh
export TERM=xterm-256color
if [ -n "`which nvim`" ]; then
nvim "$@"
else