#!/usr/bin/env zsh # Eryn Wells if whence -cp nvim &>-; then alias vi=nvim elif whence -cp vim &>-; then alias vi=vim fi