Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: $userdirs empty in non-interactive shells
- X-seq: zsh-workers 42093
- From: Stephane Chazelas <stephane.chazelas@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: $userdirs empty in non-interactive shells
- Date: Thu, 7 Dec 2017 13:43:26 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=H8RgXm+QCdEWwuZ0ye1GPab9OnMpwt2PQCUpo8w5je8=; b=pbFRrR6zCk9Ngxk33ZPiWH9Lr/OKy+EVgmGu4QrhkfyHMmJxKv6gZvr69nKgB7thSK 3VecFnlsVqdggqesMklDpCDEzD2QQQclX3+5xbOWv2+zKtIynAJ9J9CxheEBWj1QEXyW U9x2iimv/mDv1UfkDSGptYXw5PSOsOVJj9bd/4nkQjkdJ6w1JwU8r86NfngFyw6ZQeGO 2xIm3JHZXlw7jwEoGaRHoG6T8e2sFY8FE5w0Hd73IsYt/XN6wEsmcKde4gXVg7KfyfOJ fCvoobzlCSPs8jaM9TY3ettm/x48ogpR0dIkEPkWsL5E9sUVbf1qYztAZyoCsF6SMBlG 7p/g==
- In-reply-to: <20171207112950.GA8258@chaz.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mail-followup-to: Zsh hackers list <zsh-workers@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20171207112950.GA8258@chaz.gmail.com>
2017-12-07 11:29:50 +0000, Stephane Chazelas:
[...]
> > /* We don't maintain a hash table in non-interactive shells. */
[...]
Note another consequence:
~ completion works in
zsh -fic 'vared -c var'
but not in
zsh -fc 'vared -c var'
(as in, when "vared" is used in scripts).
--
Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author