Skip to content

Commit ba55d3d

Browse files
committed
✨ feat: added vagrant completion for git bash
1 parent fd73e70 commit ba55d3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/bash/.bash_completions

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,8 @@ fi
5050
if command_exists pnpm; then
5151
source <(pnpm completion bash)
5252
fi
53+
54+
# vagrant
55+
if command_exists vagrant; then
56+
. "C:/Program Files/Vagrant/embedded/gems/gems/vagrant-2.4.3/contrib/bash/completion.sh"
57+
fi

0 commit comments

Comments
 (0)