[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: path and editor



On 22-Jan-2001 Mike Egglestone wrote:
> HI...
> I've been looking all over the web for these 2 simple answers and can't
> find them....
> 
> first....what the heck is the command that lets me see what my command
> path is.....?
> 
> I know in unix... you type something like:
> echo $path
> 

echo $PATH

> and secondly....
> How would one change the default editor ?
> I looked in the /etc/profile  again... and found no reference to EDITOR....
> so I'm wondering if its configured somewhere else....
> 

edit ~/.bashrc:
EDITOR=vi
export EDITOR



Reply to: