On 2006-04-06, Chris Peterman <kyral at ubuntu.com> wrote: > EDITOR =3D <command for editor> > export EDITOR > > to have it set everytime put those in your ~/.bashrc or > ~/bash_profile I do this with one line in ~/.bashrc export EDITOR='emacs -nw' Doesn't that have the same effect as the two-line version?