vim/SOURCES/vim-default-editor.csh

6 lines
119 B
Tcsh
Raw Normal View History

2021-11-04 00:01:35 +00:00
# Ensure vim is set as EDITOR if it isn't already set
if ( ! ($?EDITOR) ) then
setenv EDITOR "/usr/bin/vim"
endif