use 256 colors

This commit is contained in:
Barak Michener 2015-06-19 00:23:33 -04:00
parent 56354be2b2
commit d1bb303a2c

1
bin/vi
View file

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