]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/rc
Minor documentation update.
[config/dotfiles.git] / zsh / rc
diff --git a/zsh/rc b/zsh/rc
index a13c020e8fd2366422a869f626defb9c5ecf1aba..62dcda70c851048031b9ea34a9da1572cab2842b 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -265,8 +265,8 @@ function ll() {
 # Set correct fpath to allow loading my functions (including completion
 # functions).
 fpath=(~/.zsh/functions $fpath)
-# Autoload my functions (except completion functions). Thanks to caphuso from
-# the Zsh example files for this idea.
+# Autoload my functions (except completion functions and hidden files). Thanks
+# to caphuso from the Zsh example files for this idea.
 autoload ${fpath[1]}/^_*(:t)
 
 # If ^C is pressed while typing a command, add it to the history so it can be