From d9bb9370108ac716bb151078062d09f644134b1d Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sat, 17 Jun 2017 18:18:28 -0300 Subject: [PATCH] fix --- script/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test b/script/test index cd01e4295..5bf31aded 100755 --- a/script/test +++ b/script/test @@ -25,7 +25,7 @@ git config --global user.email "dotfiles@demo.com" # load zshrc and check if antibody is working # shellcheck disable=SC1090 -. ~/.zshrc +source ~/.zshrc test "$(antibody list | wc -l)" -gt 10 || { echo "expecting 10+ bundles loaded" >&2