From 6291d38848680b84252799d9e33110bca842efe8 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 9 Jan 2015 17:24:16 +0000 Subject: 34182: doc: to add zf_\* builtins use zmodload -m -F --- Doc/Zsh/mod_files.yo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Doc') 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: -- cgit 1.4.1