|
Is there an env variable $EDITOR? if so what its value? Another thing, what distribution is it? I remember there were questions about slack's interpretation of crontab and vi, if vi symlinked to elvis everuything works out, if it is an editor by itself strange things happen, I was able to fix them by explicitely exporting EDITOR variable set to vi
export EDITOR=/usr/bin/vi
|