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