Blame SOURCES/nano-default-editor.sh

49a47e
# Ensure GNU nano is set as EDITOR if it isn't already set
49a47e
49a47e
if [ -z "$EDITOR" ]; then
49a47e
	export EDITOR="/usr/bin/nano"
49a47e
fi