Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Passing parameters between noninteractive shells
- X-seq: zsh-users 10905
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Passing parameters between noninteractive shells
- Date: Wed, 25 Oct 2006 07:42:04 -0700
- In-reply-to: <20061025083114.GA29910@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20061025083114.GA29910@xxxxxxxxxx>
On Wed, Oct 25, 2006 at 10:31:15AM +0200, Wojciech Pietron wrote:
> So I have the following section at the beginning of my .zshenv:
Is there a reason you aren't using .zlogin for this? My .zlogin file
never gets read for non-interactive logins (since things like scp don't
start a login shell):
===============.zlogin================
[[ $ZSH_VERSION == 3.<->* ]] && exec $HOME/bin/zsh "$@"
The .zlogin file is sometimes not read in certain xterm situations, but
it doesn't sound like that will affect you.
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author