Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: code completition / cannot delete characters
- X-seq: zsh-users 11297
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: code completition / cannot delete characters
- Date: Sun, 11 Mar 2007 21:44:04 -0700
- In-reply-to: <45F46A26.1000909@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <52211927-A3E8-4E51-8735-961A3BE83BB1@xxxxxxxxxxxxxxxxxx> <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> <20070311005534.GO18816@xxxxxxxxxxxxxxx> <848292410703110433k2506bd23qe6afd9529e189701@xxxxxxxxxxxxxx> <070311095734.ZM20374@xxxxxxxxxxxxxxxxxxxxxx> <45F46A26.1000909@xxxxxxxxxx>
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author