Setting nano as the default text editor application on FreeBSD

Install Nano

$ sudo pkg install nano

Set Nano as Default Text Editor

root@firman:/ # setenv VISUAL /usr/local/bin/nano

Test Open Crontab

root@firman:/ #crontab -e

Leave a Reply

Your email address will not be published. Required fields are marked *