diff --git a/antigen.zsh b/antigen.zsh index ff09da8..2672c44 100644 --- a/antigen.zsh +++ b/antigen.zsh @@ -63,7 +63,7 @@ antigen-bundles () { local line - grep -v '^$\|^#' | while read line; do + grep -v '^\s*$\|^#' | while read line; do # Using `eval` so that we can use the shell-style quoting in each line # piped to `antigen-bundles`. eval "antigen-bundle $line"