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

Re: Where can I set environnement variables?



On Sat, 2003-11-01 at 12:20, e.conti@gmx.net wrote:
> Hello,
> 
> New to OpenBSD (it rocks!), I can't find where I could set the terminal type. 
> Each time I log in, I'm asked for the terminal type.
> I'd like to use vi keys bindings in the shell. On SunOS, I used to type set -o 
> vi. However, that does not work in the shell I'm using. Can I use vi keys in 
> csh? Do I have to use ksh?

You should edit .profile (or .login if you are using csh). Set your
environment variables there.

What shell are you using? "set -o vi" works in ksh just fine.

-d