[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Where can I set environnement variables?
- To: e.conti@gmx.net
- Subject: Re: Where can I set environnement variables?
- From: Damien Miller <djm@mindrot.org>
- Date: 01 Nov 2003 17:29:22 +1100
- Cc: misc@openbsd.org
- References: <20031023001550.437ced80.cp@teamrci.net> <004c01c39fe8$c6ff1220$0100a8c0@ningenkai> <Pine.BSO.4.58.0310311508270.13388@af.pbqrshfvbavf.pbz> <200311010220.14747.e.conti@gmx.net>
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