From d74aa02ed028e6fd6a55b7be44c2b9c5dd440b9d Mon Sep 17 00:00:00 2001 From: Felix Delattre Date: Thu, 2 Nov 2023 19:20:20 +0100 Subject: [PATCH] Update .zshrc --- dot_zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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