We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1549c7 + 0f22c5e commit fa2bfa5Copy full SHA for fa2bfa5
antibody/install.sh
@@ -11,6 +11,6 @@ else
11
curl -sL https://git.io/vwMNi | sh -s
12
fi
13
14
-antibody bundle --static < "$ZSH/antibody/bundles.txt" > ~/.bundles.txt
15
-antibody bundle --static sindresorhus/pure >> ~/.bundles.txt
16
-antibody bundle --static < "$ZSH/antibody/last_bundles.txt" >> ~/.bundles.txt
+antibody bundle < "$ZSH/antibody/bundles.txt" > ~/.bundles.txt
+antibody bundle sindresorhus/pure >> ~/.bundles.txt
+antibody bundle < "$ZSH/antibody/last_bundles.txt" >> ~/.bundles.txt
0 commit comments