|
Default Cron Editor on Linux
In your .bashrc or .bash_profile, add the following...
Code:
EDITOR=vi
export EDITOR
It will take effect next time you login.
You can also run "export EDITOR=vi" on the command line, but it won't be stored.
Remember to re-login to make it work.
|
|