my-yadm/.local/dotfiles/aliases/kubectl.zsh

4 lines
60 B
Bash

if (( ! ${+commands[kubectl]} )); then
alias k=kubectl
fi