diff --git a/dot_zshrc b/dot_zshrc index f6ccc7b..eea5304 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -70,7 +70,7 @@ ZSH_THEME="agnoster" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git fzf) +plugins=(git fzf kubectl) source $ZSH/oh-my-zsh.sh @@ -106,3 +106,6 @@ source $ZSH/oh-my-zsh.sh eval "$(pyenv init --path)" +autoload -Uz compinit +zstyle ':completion:*' menu select +fpath+=~/.zfunc