diff --git a/zshrc b/zshrc index 36ac332..3f6d445 100644 --- a/zshrc +++ b/zshrc @@ -103,8 +103,4 @@ precmd() { } # include reading files from directory -for f in "${HOME}"/.zsh/*; do - source "$f" -done - -unset f +source "${HOME}"/.zsh/*