kubectl alias

This commit is contained in:
cupcakearmy 2022-04-26 16:53:51 +02:00
parent 7d2bef6ab1
commit 503ccda41e
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function k --wraps=kubectl --description 'alias k kubectl'
kubectl $argv;
end