aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc10
1 files changed, 9 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index aee4c54..7e0e10c 100644
--- a/.zshrc
+++ b/.zshrc
@@ -172,7 +172,15 @@ gpg-connect-agent /bye
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
# Apply bundles
-source "${XDG_CONFIG_DIR:-"${HOME}/.config"}/shell/vendor/zsh/feature-syntax-highlighting/zsh-syntax-highlighting.zsh"
+for bundle in "${XDG_CONFIG_DIR:-"${HOME}/.config"}/shell/vendor/zsh/"*;
+do
+ if [[ "$bundle" == "${XDG_CONFIG_DIR:-"${HOME}/.config"}/shell/vendor/zsh/*" ]]
+ then
+ [ $DEBUG_DOTFILES ] && echo "No vendor libraries"
+ fi
+
+ source "$bundle"
+done
autoload -U +X bashcompinit && bashcompinit
complete -o nospace -C /usr/bin/terraform terraform