feat: refacto aliases/completion kubectl, helm, stern

This commit is contained in:
2023-04-03 10:38:42 +02:00
parent 2cae0f7d03
commit 0e58fa99f4
4 changed files with 4 additions and 13 deletions

6
completion.d/stern Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
if (command -v stern &> /dev/null)
then
source <(stern --completion bash)
fi