diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 13:04:04 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 13:04:04 +0000 |
commit | 3d7263ff67534b5d533c1d78eca8d648b72bca93 (patch) | |
tree | d7c3f8d1fbaf58d52b092ef241dc37db974c370d /INSTALL | |
parent | c6686513ef7eb29cbe4ed4cc27076d13b2e02ab5 (diff) | |
download | zsh-3d7263ff67534b5d533c1d78eca8d648b72bca93.tar.gz zsh-3d7263ff67534b5d533c1d78eca8d648b72bca93.tar.xz zsh-3d7263ff67534b5d533c1d78eca8d648b72bca93.zip |
after-move cleanup
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL index f20577f53..bf3319422 100644 --- a/INSTALL +++ b/INSTALL @@ -293,11 +293,11 @@ to install them. For other modules, the functions will be installed if and only if the module itself is installed. This will usually be what you want; in particular, the zsh/complete and zsh/zftp modules are of much less use without the associated functions. The functions listed with zsh/zle -are optional. however. +are optional, however. You can also use the configure option --enable-function-subdirs to allow shell functions to be installed into subdirectories of the function -directory, i.e. `Core/*' files will be installed into `FNDIR/Core', and so +directory, i.e. `Base/*' files will be installed into `FNDIR/Base, and so on. This also initialises $fpath/$FPATH appropriately. The option --enable-site-fndir controls whether to create and initialise |