feat: add support for some kubernetes tools
This commit is contained in:
9
rc.d/stern
Normal file
9
rc.d/stern
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
if (which stern &> /dev/null)
|
||||
then
|
||||
|
||||
# activate completion
|
||||
source <(stern --completion bash)
|
||||
|
||||
fi
|
Reference in New Issue
Block a user