Browse Source

fix: pin zsh-async to main branch

See also https://github.com/mafredri/zsh-async/issues/61
Kyle P Davis 2 years ago
parent
commit
33e913f0d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .profile

+ 1 - 1
.profile

@@ -141,7 +141,7 @@ if [ "$ZSH_VERSION" ]; then
 
 	BUNDLES=(
 		zsh-users/zsh-syntax-highlighting
-		mafredri/zsh-async
+		mafredri/zsh-async@main
 		sindresorhus/pure@main
 	)
 	for B in ${=BUNDLES}; do