But when working with cron jobs you will be put into the vi - environment if you do a simple:
Code: Select all
crontab -eTo make sure it opens with nano you can simply put this in your ~/.bashrc
Code: Select all
export EDITOR=nanoReboot or type:
Code: Select all
source .bashrcand type crontab -e again; this time it will be opened in nano.

