Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Weird behaviour with exporting PATH



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