To change the default command line editor from say vim to nano/pico enter the following in the .bashrc file in your home directory.
export EDITOR=/usr/bin/pico
or you can do this by issuing a setenv command during a session.
eg:
setenv EDITOR=/usr/bin/pico
Showing posts with label env. Show all posts
Showing posts with label env. Show all posts
Thursday, January 18, 2007
Subscribe to:
Posts (Atom)