diff options
author | Peter Stephenson <pws@zsh.org> | 2015-01-09 17:24:16 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-01-09 17:24:16 +0000 |
commit | 6291d38848680b84252799d9e33110bca842efe8 (patch) | |
tree | 6ed54336eeeb350e0f345857aca8c9d67e9d7e05 /Doc/Zsh/mod_files.yo | |
parent | 62b0e611ce0d3754c4397c6a66f09049e6e28d26 (diff) | |
download | zsh-6291d38848680b84252799d9e33110bca842efe8.tar.gz zsh-6291d38848680b84252799d9e33110bca842efe8.tar.xz zsh-6291d38848680b84252799d9e33110bca842efe8.zip |
34182: doc: to add zf_\* builtins use zmodload -m -F
Diffstat (limited to 'Doc/Zsh/mod_files.yo')
-rw-r--r-- | Doc/Zsh/mod_files.yo | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_files.yo b/Doc/Zsh/mod_files.yo index 5dbdae7d2..90e988474 100644 --- a/Doc/Zsh/mod_files.yo +++ b/Doc/Zsh/mod_files.yo @@ -10,7 +10,10 @@ all features now required by relevant standards committees. For all commands, a variant beginning tt(zf_) is also available and loaded automatically. Using the features capability of zmodload will let you load -only those names you want. +only those names you want. Note that it's possible to load only the +builtins with zsh-specific names using the following command: + +example(zmodload -m -F zsh/files b:zf_\*) The commands loaded by default are: |