Blob Blame History Raw
# Ensure vim is set as EDITOR if it isn't already set

if ( ! ($?EDITOR) ) then
    setenv EDITOR "/usr/bin/vim"
endif