Bug#776663: zsh-common: Wish for /etc/zsh/zprofile.d or equivalent

2021-08-01 Thread Franklin Yu
Hi Tim, About your original request: I don’t think “/etc/zsh/zprofile.d” is going to help. There is some distinction between x-profile and x-rc: profile are supposed to be read only for the login shell, once (in every session). We put environment variable there, for all the child processes to inhe

Bug#776663: zsh-common: Wish for /etc/zsh/zprofile.d or equivalent

2021-08-01 Thread Franklin Yu
Hello Frank, > With respect to shells, I usually find that applications, that need to > inject code into a user's shell to be by and large mis-designed. > > Something that *might* make sense is to source stuff from /etc/profile > and “/etc/profile.d/” in POSIX-mode. See ¹, a mail about that from 2

Bug#776663: zsh-common: Wish for /etc/zsh/zprofile.d or equivalent

2015-02-04 Thread Andreas Tille
> Tach Axel, Ditto. :-) > Axel Beckert wrote: > > Hi Frank and Tim, > > > > Frank Terbeck wrote: > >> Tim Booth wrote: > >> > This is a request on behalf of Bio-Linux and the Debian Med > >> > developers. The attached file shows the zshrc used on Bio-Linux, and > >> > the part we'd really like t

Bug#776663: Bug#776663: zsh-common: Wish for /etc/zsh/zprofile.d or equivalent

2015-01-31 Thread Frank Terbeck
Tach Axel, Axel Beckert wrote: > Hi Frank and Tim, > > Frank Terbeck wrote: >> Tim Booth wrote: >> > This is a request on behalf of Bio-Linux and the Debian Med >> > developers. The attached file shows the zshrc used on Bio-Linux, and >> > the part we'd really like to see in the standard zsh-commo

Bug#776663: [Pkg-zsh-devel] Bug#776663: zsh-common: Wish for /etc/zsh/zprofile.d or equivalent

2015-01-30 Thread Axel Beckert
Hi Frank and Tim, Frank Terbeck wrote: > Tim Booth wrote: > > This is a request on behalf of Bio-Linux and the Debian Med > > developers. The attached file shows the zshrc used on Bio-Linux, and > > the part we'd really like to see in the standard zsh-common package is > > support for a zprofile.d

Bug#776663: zsh-common: Wish for /etc/zsh/zprofile.d or equivalent

2015-01-30 Thread Frank Terbeck
Frank Terbeck wrote: [...] > you don't need null_glob at all. Thus, I'd do this: > > for i in /etc/zsh/zshrc.d/*.zsh; do Well, since zsh's default behaviour is to error out with non-matching globs, using the qualifier is actually required: for i in /etc/zsh/zshrc.d/*.zsh(N); do > # I'm quotin

Bug#776663: zsh-common: Wish for /etc/zsh/zprofile.d or equivalent

2015-01-30 Thread Frank Terbeck
Hey Tim, Tim Booth wrote: [...] > This is a request on behalf of Bio-Linux and the Debian Med > developers. The attached file shows the zshrc used on Bio-Linux, and > the part we'd really like to see in the standard zsh-common package is > support for a zprofile.d configuration directory[...] Is

Bug#776663: zsh-common: Wish for /etc/zsh/zprofile.d or equivalent

2015-01-30 Thread Tim Booth
Package: zsh-common Version: 5.0.2-3ubuntu6 Severity: wishlist This is a request on behalf of Bio-Linux and the Debian Med developers. The attached file shows the zshrc used on Bio-Linux, and the part we'd really like to see in the standard zsh-common package is support for a zprofile.d configura