Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Weird behaviour with exporting PATH
- X-seq: zsh-users 10935
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Weird behaviour with exporting PATH
- Date: Sun, 05 Nov 2006 13:12:08 +0100
- In-reply-to: <20061105114104.GA3657@xxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Operating-system: Linux 2.6.19-rc3suspend2 i686
- References: <20061105101920.GD3075@xxxxxxxxxx> <20061105103442.GA4294@sc> <20061105114104.GA3657@xxxxxxxxxx>
Stephan Windmüller <windy@xxxxxxxxxxxxx>:
> On Sun, 05. Nov 2006, Stephane Chazelas wrote:
>
> > PATH should be defined in your .profile as it's a setting for your
> > session, not for your shell only.
>
> This file is not processed on my system. Do I have to source it
> manually?
Stephane probably meant '.zprofile', see
<http://zsh.dotsrc.org/Doc/Release/zsh_4.html#SEC17>.
To wipe out duplicates from $PATH you could also issue this command:
% typeset -U path
[...]
> > Adding:
> > bindkey -e
> > to your ~/.zshrc should force the emacs mode.
>
> Thank you, that helped. But is there a "vim"-mode instead of vi? I did
> not find it in the documentation.
Nope, there is no 'vim' Mode.
See <http://zsh.dotsrc.org/Doc/Release/zsh_17.html#SEC92>.
Regards, Frank
Messages sorted by:
Reverse Date,
Date,
Thread,
Author