You are not logged in.
This is doing my head in.
How do i change crontab to use nano instead of vi, when i do crontab -e?
I've changed my .bashrc and /etc/bash.bashrc to have "export EDITOR=/usr/bin/nano" in them, and echo $EDITOR tells me, that nano is the default editor. Still crontab uses vi.
I'd really love to be able to use nano instead.
Thanks
Del Pede
Offline
It seems that crontab uses $VISUAL instead of $EDITOR.
You might want to add this line to bashrc:
export VISUAL=$EDITOR
Offline
It seems that crontab uses $VISUAL instead of $EDITOR.
You might want to add this line to bashrc:
export VISUAL=$EDITOR
Absolute Golden. That did it. Thanks alot
Offline
Just what I've been looking. Thanks.
what goes up must come down
Offline