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