By default, ‘crontab -e’ uses vi without syntax highlights or nano.
to make it use vim, execute the following command:
> export EDITOR=/usr/bin/vim
By default, ‘crontab -e’ uses vi without syntax highlights or nano.
to make it use vim, execute the following command:
> export EDITOR=/usr/bin/vim
Recent Comments