# 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