Fix weird logging bug -- zsh expands fpath in this message even when I don't want it to
This commit is contained in:
parent
786774499e
commit
f9f9587015
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue