diff --git a/zshrc b/zshrc index a1bc218..fd26e27 100644 --- a/zshrc +++ b/zshrc @@ -39,7 +39,8 @@ fi stty -ixon # Include local functions/aliases/environments: -while read file; do - source "$file" +while read f +do + source "$f" done < <(find "${HOME}/.local/dotfiles/" -type f -name '*.zsh')