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

View File

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