1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-19 08:45:36 +00:00
dotfiles/.zsh/autocompletion.zsh

5 lines
No EOL
109 B
Bash

autoload -Uz compinit && compinit
if type "kubectl" > /dev/null; then
source <(kubectl completion zsh)
fi