1export EDITOR=nano
OR
1echo export EDITOR=nano >> /etc/profile
1EDITOR=nano
Don’t foreget to source ~/.bash_profile or exec bash for the change to take effect.
source ~/.bash_profile
exec bash
Source