]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Minor documentation update.
authorSimon Ruderich <simon@ruderich.org>
Sat, 7 Feb 2009 14:01:35 +0000 (15:01 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 15:34:43 +0000 (16:34 +0100)
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