This commit is contained in:
Jonas Forsberg
2021-11-12 13:34:58 +01:00
parent a542412029
commit 46b51d5017
4 changed files with 99 additions and 2 deletions

View File

@@ -28,3 +28,8 @@ function kuc(){
# use kubernetes context <param>
kubectl config use-context "$1"
}
function k(){
kubectl "$@"
}
[[ $(type -t __start_kubectl) == function ]] && complete -o default -F __start_kubectl k