Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: startup warnings
- X-seq: zsh-users 13981
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: startup warnings
- Date: Sat, 28 Mar 2009 08:30:37 -0700
- In-reply-to: <20090328012119.GA15494@xxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20090328012119.GA15494@xxxxxxxxx>
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author