Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: code completition / cannot delete characters
- X-seq: zsh-users 11285
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: code completition / cannot delete characters
- Date: Sun, 11 Mar 2007 01:55:34 +0100
- In-reply-to: <070310162939.ZM10015@xxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Operating-system: Linux 2.6.19.2-suspend2+ipw2200 i686
- References: <52211927-A3E8-4E51-8735-961A3BE83BB1@xxxxxxxxxxxxxxxxxx> <070309024427.ZM6023@xxxxxxxxxxxxxxxxxxxxxx> <4916CF2F-0DA8-478B-96DC-B6154C90D98C@xxxxxxxxxxxxxxxxxx> <45F1BFB1.3090801@xxxxxxxxxx> <DFEC4BD6-E1D4-4D97-9B6E-EADFC65C5A60@xxxxxxxxxxxxxxxxxx> <45F1F7F7.8040305@xxxxxxxxxx> <DEA885AD-706C-432A-A32B-C4037829849F@xxxxxxxxxxxxxxxxxx> <070310091540.ZM9599@xxxxxxxxxxxxxxxxxxxxxx> <B174F289-247D-4E58-A33D-8EF354B5891B@xxxxxxxxxxxxxxxxxx> <070310162939.ZM10015@xxxxxxxxxxxxxxxxxxxxxx>
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>:
> On Mar 10, 8:19pm, Michael Worobcuk wrote:
> }
> } > What happens if you start with "zsh -f" so that we're not dealing with
[...]
> } No, it is all like above:
> }
> } [hanno: /home/hanno]>zsh -f
> } [hanno: /home/hanno]>bindkey -v
>
> No, it's not all like the above. Why does your customized prompt still
> appear after you've run "zsh -f"? You should get an extremely simple
> prompt with nothing but a host name and a percent sign. If you get
> anything else, you have not succeeded in starting zsh in its default
> configuration.
Maybe he sets PS1 in his global zshenv. Since nothing can prevent
that file from being sourced (not even by '-f'), that would be
possible.
But your bet at an exported PS1, has got higher odds, I guess. :)
> NEVER NEVER "export PS1". Worst idea in the history of whoever created
> skeleton bashrc files. I have often wished zsh would ignore PROMPT, PS1,
> RPROMPT, RPS1, PS2, etc. from the environment when starting up ...
A bad idea indeed. :-)
> Note to myself: Forget "zsh -f", the way to go when reproducing bugs is
>
> env -i zsh -f
That's a great idea. I didn't know of env's '-i' option.
Thanks for the hint.
Regards, Frank
--
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
-- RFC 1925
Messages sorted by:
Reverse Date,
Date,
Thread,
Author