LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to use default text editor? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-use-default-text-editor-858556/)

Mr. Alex 01-25-2011 09:33 AM

How to use default text editor?
 
Code:

export EDITOR="nano"
in ".zshrc". How do I use default text editor now?

acid_kewpie 01-25-2011 09:36 AM

you don't directly. That environmental variable is used by any program which needs to present you a file / text to edit, e.g. visudo, crontab -e, svn ci.


All times are GMT -5. The time now is 12:10 PM.