What's the matter? don't like vi? Well, chances are, other people don't either. So how do you change that? Well tin and rtin both check the "VISUAL" environment variable. Whatever that's set to, it will try to use as a text editor. So if you wanted to use pico instead of vi, just put the following line somewhere in your.bashrcor.bash_loginfile:export VISUAL=pico