zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@sunsite.dk
Subject: Re: startup warnings
Date: Sat, 28 Mar 2009 08:30:37 -0700	[thread overview]
Message-ID: <090328083037.ZM13268@torch.brasslantern.com> (raw)
In-Reply-To: <20090328012119.GA15494@panix.com>

On Mar 27,  9:21pm, rj wrote:
}
} Right now I have in .zshrc:
} 
}      fpath+=(~/.zfunc)

That should be fine.

} But I don't know if this is correct, because if I put, in .zshenv:
} 
}       export FPATH=fpath+=(~/.zfunc)

No, FPATH is a colon-delimited list of strings which is created by
contactenating the elements of the fpath array.  The above either
will choke with "unknown file attribute" or, if you've somehow
disabled globbing, store the useless string "fpath+=(~/.zfunc)" in 
both FPATH and fpath.


  reply	other threads:[~2009-03-28 22:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-28  1:21 rj
2009-03-28 15:30 ` Bart Schaefer [this message]
2009-03-28 23:45   ` Russell Hoover
2009-03-28 23:55     ` rj
2009-03-29  0:37     ` Bart Schaefer

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=090328083037.ZM13268@torch.brasslantern.com \
    --to=schaefer@brasslantern.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).