diff --git a/zsh/zshrc b/zsh/zshrc index 53f2c9b..68c799c 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -96,5 +96,5 @@ else fi for funcfile in $(ls $HOME/.zsh.d); do - source ${HOME}.zsh.d/${funcfile} + source ${HOME}/.zsh.d/${funcfile} done