This website requires JavaScript.
Explore
Help
Sign In
XorA
/
bash-it
Watch
1
Star
0
Fork
You've already forked bash-it
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9b51dc0b5f
bash-it
/
completion
/
available
/
kind.completion.bash
6 lines
87 B
Bash
Raw
Blame
History
#!/usr/bin/env bash
if
_command_exists kind
;
then
eval
"
$(
kind completion bash
)
"
fi
Reference in New Issue
View Git Blame
Copy Permalink