This website requires JavaScript.
Explore
Help
Register
Sign In
psi-jack
/
my-yadm
Watch
1
Star
0
Fork
You've already forked my-yadm
0
Code
Issues
Pull requests
Releases
Wiki
Activity
d21673d2ec
my-yadm
/
.local
/
dotfiles
/
aliases
/
kubectl.zsh
4 lines
58 B
Bash
Raw
Normal View
History
Unescape
Escape
Fixed typo in kubectl alias
2023-11-16 21:39:06 -05:00
if
(
(
${
+commands[kubectl]
}
)
)
;
then
Added kubectl alias and krew path
2023-11-16 21:36:23 -05:00
alias
k
=
kubectl
fi
Reference in a new issue
Copy permalink