Blame SOURCES/nano-default-editor.csh

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