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