From: Simon Ruderich Date: Sat, 7 Feb 2009 14:01:35 +0000 (+0100) Subject: Minor documentation update. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=inline;h=6dc6325a0fb158dc92d0f608c05bd7c6b594ab6a;p=config%2Fdotfiles.git Minor documentation update. --- 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