Solution:
This assumes you have not changed your shell and are still using the default (/bin/ksh).Change the EDITOR, FCEDIT, VISUAL lines to reflect the editor you want to use.
- Log into ACME
- At your ACME prompt, open up the file "profile" using pico: pico .profile
For example: If I had "vi" as my default and I wanted to change it to "pico" then I would edit the file ".profile" and change all occurences of "vi" to "pico". A .profile may read like this:
export NAME="George Burdell"Change where it says "vi" to "pico" so it looks like:
export EDITOR="`whence vi`"
export FCEDIT="`whence vi`"
export VISUAL="`whence vi`"# Other initialization
export NAME="George Burdell"
export EDITOR="`whence pico`"
export FCEDIT="`whence pico`"
export VISUAL="`whence pico`"# Other initialization
Feel free to submit a request for help for any of the following reasons: