Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: code completition / cannot delete characters
- X-seq: zsh-users 11300
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: code completition / cannot delete characters
- Date: Mon, 12 Mar 2007 10:04:56 +0100
- In-reply-to: <070311214404.ZM21056@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: <45F1F7F7.8040305@xxxxxxxxxx> <DEA885AD-706C-432A-A32B-C4037829849F@xxxxxxxxxxxxxxxxxx> <070310091540.ZM9599@xxxxxxxxxxxxxxxxxxxxxx> <B174F289-247D-4E58-A33D-8EF354B5891B@xxxxxxxxxxxxxxxxxx> <070310162939.ZM10015@xxxxxxxxxxxxxxxxxxxxxx> <20070311005534.GO18816@xxxxxxxxxxxxxxx> <848292410703110433k2506bd23qe6afd9529e189701@xxxxxxxxxxxxxx> <070311095734.ZM20374@xxxxxxxxxxxxxxxxxxxxxx> <45F46A26.1000909@xxxxxxxxxx> <070311214404.ZM21056@xxxxxxxxxxxxxxxxxxxxxx>
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>:
> On Mar 11, 1:44pm, Micah Cowan wrote:
> }
> } Bart Schaefer wrote:
> } > The use of "export PS1" is sensible in the old Bourne shell and in a
> } > strictly POSIX shell, because there is no file that is read by every
> } > interactive shell (only ~/.profile read by login shells).
> }
> } I can't speak to the original Bourne shell, but a strictly POSIX shell
> } still has "export ENV=~/.shrc" as an option, which would seem preferable.
>
> I may be mistaken, but doesn't ENV work the way ~/.zshenv does, that is,
> it is read by *every* shell, interactive or not?
>
> That's still not equivalent to ~/.zshrc or ~/.bashrc.
SUSv3:
[snip]
ENV This variable, when and only when an interactive shell is
invoked, shall be subjected to parameter expansion (see
Parameter Expansion) by the shell, and the resulting value
shall be used as a pathname of a file containing shell
commands to execute in the current environment. The file
need not be executable. If the expanded value of ENV is not
an absolute pathname, the results are unspecified. ENV shall
be ignored if the real and effective user IDs or real and
effective group IDs of the process are different.
[snap]
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