Explorar el Código

fix: pin zsh-async to main branch

See also https://github.com/mafredri/zsh-async/issues/61
Kyle P Davis hace 3 años
padre
commit
33e913f0d7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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