3 lines
58 B
Bash
3 lines
58 B
Bash
if (( ${+commands[kubectl]} )); then
|
|
alias k=kubectl
|
|
fi
|
if (( ${+commands[kubectl]} )); then
|
|
alias k=kubectl
|
|
fi
|