From 6dc6325a0fb158dc92d0f608c05bd7c6b594ab6a Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 7 Feb 2009 15:01:35 +0100 Subject: [PATCH] Minor documentation update. --- zsh/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/rc b/zsh/rc index a13c020..62dcda7 100644 --- 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 -- 2.44.2