vim/vim-default-editor.csh
2026-04-07 06:34:31 -04:00

6 lines
119 B
Tcsh

# Ensure vim is set as EDITOR if it isn't already set
if ( ! ($?EDITOR) ) then
setenv EDITOR "/usr/bin/vim"
endif