Update .zshrc
This commit is contained in:
parent
62d65b7542
commit
d74aa02ed0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue