On Sun, 7 Feb 1999, Christopher R. Barry wrote:

> A long long time ago my root account mysteriously switched to using vi
> command-line editing instead of the default emacs, and I've been too
> lazy to get around to fixing it until now I guess. Where is this
> behavior configured?
> 
> Christopher
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 

Commands are
    set -o emacs
    set -o vi   
Now, as far as where this is set... try to look into
    /etc/profile
    ~/.profile
    ~/.bash_profile
    ~/.bashrc
To find other files, try
    man bash

Reply via email to