Browse Source

fix: explicitly say pure@main so antigen loads it into zsh properly

Kyle P Davis 3 years ago
parent
commit
dfb5e5cdb5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .profile

+ 1 - 2
.profile

@@ -113,8 +113,7 @@ if [ "$ZSH_VERSION" ]; then
 	BUNDLES=(
 		zsh-users/zsh-syntax-highlighting
 		mafredri/zsh-async
-		sindresorhus/pure
-		ael-code/zsh-colored-man-pages
+		sindresorhus/pure@main
 	)
 	for B in ${=BUNDLES}; do
 		antigen bundle "$B"