This website works better with JavaScript
Home
Explore
Help
Register
Sign In
thatsmydoing
/
dotfiles
Watch
1
Star
0
Fork
0
Files
Issues
0
Tree:
daef6fd64f
Branches
Tags
master
dotfiles
/
.zsh
/
custom
/
k8s.zsh
k8s.zsh
96 B
History
Raw
1
2
3
4
KUBE_DIR=$HOME/.root/opt/kube
export PATH=$PATH:$KUBE_DIR
fpath+=$KUBE_DIR/completions
compinit