mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
add k alias to kubectl
This commit is contained in:
parent
d848c94804
commit
b63f387691
1 changed files with 2 additions and 0 deletions
|
|
@ -5,3 +5,5 @@
|
||||||
if [ $commands[kubectl] ]; then
|
if [ $commands[kubectl] ]; then
|
||||||
source <(kubectl completion zsh)
|
source <(kubectl completion zsh)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
alias k='kubectl'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue