When I edit the crontab using crontab -e it opens the crontab in vi. I'd prefer it to use nano. How can I change this?
EDIT:
For some reason the export command returns command not found. And changing the EDITOR env value didn't work for crontab -e.
The following command worked on my system:
setenv VISUAL /usr/local/bin/nano