Browse Source

fix: pin zsh-async to main branch

See also https://github.com/mafredri/zsh-async/issues/61
Kyle P Davis 2 năm trước cách đây
mục cha
commit
33e913f0d7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .profile

+ 1 - 1
.profile

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