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
c87dbb2d41
bash-it
/
completion
/
available
/
kind.completion.bash
6 lines
91 B
Bash
Raw
Blame
History
# shellcheck shell=bash
if
_command_exists kind
;
then
eval
"
$(
kind completion bash
)
"
fi
Reference in New Issue
View Git Blame
Copy Permalink