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
058c4f473c
config-bash
/
completion.d
/
stern
7 lines
92 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 stern &> /dev/null)
feat: add support for some kubernetes tools
2021-04-23 12:57:08 +02:00
then
source <(stern --completion bash)
fi
Reference in New Issue
Copy Permalink