Skip to content

Commit

Permalink
fix: pin zsh-async to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
KylePDavis committed Mar 2, 2023
1 parent 4e45db9 commit 33e913f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33e913f

Please sign in to comment.