Set/change/export editor variable under linux/unix

Thursday, May 29, 2008

Set/change/export editor variable under linux/unix

This will append export command in your user's .bashrc file.

echo "export EDITOR=vi" >> ~/.bashrc

 Digg  Del.icio.us  Reddit  SlashDot

0 comments: