Hi, Brice Waegeneire skribis: > On 2020-06-11 17:08, Ludovic Courtès wrote: >>> + ,(string-append >>> + "--enable-additional-fpath=" >>> + "/usr/local/share/zsh/site-functions," ; for >>> foreign OS >>> + >>> "/run/current-system/profile/share/zsh/site-functions")) >> >> /usr/local seems arbitrary. What if we omit it, will that break zsh on >> foreign distros? > > I let it there because it's a default[0] and because it was already > present > in our current zsh package, you can test that with “zsh -df -c 'echo > $fpath'”. OK, that makes sense to me. Thanks, Ludo’.