#!/bin/sh export TERM=xterm-256color if [ -n "`which nvim`" ]; then nvim "$@" else vim "$@" fi