Update .zshrc

This commit is contained in:
Felix Delattre 2023-11-02 19:20:20 +01:00
parent 62d65b7542
commit d74aa02ed0
1 changed files with 4 additions and 1 deletions

View File

@ -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