From 4543242e2cc2ee9f84c45018dbe531489e3acb2c Mon Sep 17 00:00:00 2001 From: Chris Bachhuber Date: Fri, 23 Aug 2024 17:52:12 +0200 Subject: [PATCH] More plugins --- config/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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