Default Nano as crontab editor
Чтобы `crontab -e` открывался в `nano`, добавить в профиль пользователя:
printf '\nexport EDITOR=nano\nexport VISUAL=nano\n' >> ~/.profile && . ~/.profileЧтобы `crontab -e` открывался в `nano`, добавить в профиль пользователя:
printf '\nexport EDITOR=nano\nexport VISUAL=nano\n' >> ~/.profile && . ~/.profile