875038605c
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/nano#df5530fdd8fd1dc57c78b55885579fff4d4f0792
6 lines
122 B
Tcsh
6 lines
122 B
Tcsh
# Ensure GNU nano is set as EDITOR if it isn't already set
|
|
|
|
if ( ! ($?EDITOR) ) then
|
|
setenv EDITOR "/usr/bin/nano"
|
|
endif
|