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

4 lines
58 B
Bash

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