@ -48,4 +48,8 @@ if type fzf > /dev/null; then
alias fzf=fzf-tmux
fi
if type kubectl > /dev/null; then
source <(kubectl completion zsh)
[[ -s "$HOME/.zshrc.local" ]] && . "$HOME/.zshrc.local"