Fix weird logging bug -- zsh expands fpath in this message even when I don't want it to

This commit is contained in:
Eryn Wells 2013-01-31 14:06:52 -08:00
parent 786774499e
commit f9f9587015

2
zshrc
View file

@ -80,7 +80,7 @@ function configure_modules_and_functions #{{{
print_info -l 2 'Loading modules'
local myfpath="$HOME/.zsh/func"
print_info_sub -l 2 "Adding $myfpath to \$fpath"
print_info_sub -l 2 "Adding $myfpath to fpath"
fpath=($myfpath/makers $myfpath $fpath)
print_info -l 3 'Loading vcs_info'