Skip to content

Commit

Permalink
🔨 chore: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquindev committed Jan 2, 2025
1 parent b01ede3 commit 81aa6eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/bash/.bash_completions
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ for arg in $(compgen -ac | sort -u); do
uv?(x)?(.exe)) source <(uv generate-shell-completion bash) ;;
yq?(.exe)) source <(yq completion bash) ;;
[Vv][Bb]ox[Mm]anage?(.exe)) . "$CUSTOM_COMPLETIONS/vboxmanage.bash" ;;
# since we install vagrant with scoop
vagrant?(.exe)) . "$(dirname "$(dirname "$(which scoop)")")/apps/vagrant/2.4.3/embedded/gems/gems/vagrant-2.4.3/contrib/bash/completion.sh" ;;
# vagrant?(.exe)) . "/c/Program Files/Vagrant/embedded/gems/gems/vagrant-2.4.3/contrib/bash/completion.sh" ;;
esac
done

0 comments on commit 81aa6eb

Please sign in to comment.