This website requires JavaScript.
Explore
Help
Sign In
xavier
/
config-bash
Watch
1
Star
0
Fork
0
You've already forked config-bash
Code
Issues
Pull Requests
Releases
Wiki
Activity
167be1c6a1
config-bash
/
completion.d
/
helm
7 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add support for some kubernetes tools
2021-04-23 12:57:08 +02:00
#!/bin/bash
feat: refacto aliases/completion kubectl, helm, stern
2023-04-03 10:38:42 +02:00
if (command -v helm &> /dev/null)
feat: add support for some kubernetes tools
2021-04-23 12:57:08 +02:00
then
source <( helm completion bash )
fi
Reference in New Issue
Copy Permalink