Hello,
When I run crontab -e I get pico not found. I'd actually like to use vim. My shell is bash, so I added EDITOR=vim; export EDITOR to ~/.bashrc. Now when I login, $EDITOR contains vim, but crontab is still looking for pico.
Any idea what I've missed?
Thanks for any help.
--
Cole
When I run crontab -e I get pico not found. I'd actually like to use vim. My shell is bash, so I added EDITOR=vim; export EDITOR to ~/.bashrc. Now when I login, $EDITOR contains vim, but crontab is still looking for pico.
Any idea what I've missed?
Thanks for any help.
--
Cole