diff options
author | Frank Terbeck <bewater@users.sourceforge.net> | 2011-04-18 20:36:31 +0000 |
---|---|---|
committer | Frank Terbeck <bewater@users.sourceforge.net> | 2011-04-18 20:36:31 +0000 |
commit | 32974286d41f0041aa6c26157e1a69e193d3b1fa (patch) | |
tree | 9c551b43c30b125b2dad0c5ed72dc654f679bd6f /INSTALL | |
parent | 95b83f217d7ec89be0a05437b8dccf96f7d15dd8 (diff) | |
download | zsh-32974286d41f0041aa6c26157e1a69e193d3b1fa.tar.gz zsh-32974286d41f0041aa6c26157e1a69e193d3b1fa.tar.xz zsh-32974286d41f0041aa6c26157e1a69e193d3b1fa.zip |
29008, 29012: Add `--enable-additional-fpath' option to add arbitrary directories to the default `$fpath'.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL index 9829ea370..fe03c8de0 100644 --- a/INSTALL +++ b/INSTALL @@ -472,6 +472,12 @@ $fpath array on shell startup. This directory will not be affected by `make uninstall' or `make uninstall.fns', although the version-specific directory and its contents will be deleted. +The --enable-additional-fpath option may be used to add arbitrary +directories to the shell's default $fpath array. This may be useful to +have vendor specific function directories available for vendor specific +addons. You may add more than one directory this way by listing them with +the option separated by commas. + Function depth -------------- @@ -593,6 +599,7 @@ fndir=directory # the directory where shell functions will go # [DATADIR/zsh/VERSION/functions] site-fndir=directory # the directory where site-specific functions can go # [DATADIR/zsh/site-functions] +additional-path # add directories to default function path [<none>] function-subdirs # if functions will be installed into subdirectories [no] dynamic # allow dynamically loaded binary modules [yes] largefile # allow configure check for large files [yes] |