zsh-users
 help / color / mirror / code / Atom feed
From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
To: martin.ebourne@arcordia.com
Cc: zsh-users@sunsite.dk
Subject: RE: FPATH being reset after .zshenv
Date: Wed, 1 Aug 2001 14:37:36 +0400	[thread overview]
Message-ID: <001f01c11a75$faf39dd0$21c9ca95@mow.siemens.ru> (raw)
In-Reply-To: <OFA68A7FC5.868D0315-ON80256A9B.0037D096@uk.jpmorgan.com>

>
> I've looked into it some more, and found the culprit. I had the following
> line earlier on:
>
> typeset -U FPATH
>
> which obviously makes the parameter local as a side effect. I've
> changed it
> to -Ug now which is working fine.
>

What do you mean exactly? If you used it in a *function* inside a .zshenv
and then changed FPATH inside the same function, then it should have
described effect.

I just tried with ~/.zshenv looking like

FPATH=foo:$FPATH
typeset -U FPATH

and fpath is not cleared (and never was).

Could you show your .zshrc?

-andrej


  reply	other threads:[~2001-08-01 10:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-01 10:19 martin.ebourne
2001-08-01 10:37 ` Borsenkow Andrej [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-08-01 11:05 martin.ebourne
2001-08-01 11:30 ` Borsenkow Andrej
2001-08-01  9:25 martin.ebourne
2001-08-01  9:52 ` Borsenkow Andrej

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='001f01c11a75$faf39dd0$21c9ca95@mow.siemens.ru' \
    --to=andrej.borsenkow@mow.siemens.ru \
    --cc=martin.ebourne@arcordia.com \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).