diff --git a/config/zshrc b/config/zshrc index f64ba28..06a7f44 100644 --- a/config/zshrc +++ b/config/zshrc @@ -75,7 +75,7 @@ CASE_SENSITIVE="true" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git ubuntu z zsh-autosuggestions zsh-navigation-tools zsh-syntax-highlighting) +plugins=(bazel git fzf ubuntu z zsh-autosuggestions zsh-navigation-tools zsh-syntax-highlighting pre-commit) source $ZSH/oh-my-zsh.sh