/ Published in: Bash
Examples add that line to $HOME/.bashrc to have a permanent change
Expand |
Embed | Plain Text
#vi export EDITOR="vi" #nano export EDITOR="nano"
You need to login to post a comment.
yuconner on 08/17/06
2 people have marked this snippet as a favorite
Examples add that line to $HOME/.bashrc to have a permanent change
#vi export EDITOR="vi" #nano export EDITOR="nano"
You need to login to post a comment.