diff --git a/.zshrc b/.zshrc index ba97c6f..4e3b8ce 100644 --- a/.zshrc +++ b/.zshrc @@ -33,7 +33,7 @@ elif uname -a | grep -qi '\(arch\|manjaro\)'; then fi # Plugins -for plugin in `/bin/ls -1 ~/.dotfiles/zsh/plugins/*.plugins.zsh`; do +for plugin in `find $DOTFILES -type f -iname \*.plugin.zsh -print`; do source $plugin done