From 13e32368e6eab6c86031a066b1e0a7cdbd0ddd40 Mon Sep 17 00:00:00 2001 From: Chris Bachhuber Date: Fri, 23 Aug 2024 17:58:43 +0200 Subject: [PATCH] No fzf --- config/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zshrc b/config/zshrc index 24502fb..3ef2ffd 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=(bazel git fzf ubuntu z zsh-autosuggestions zsh-navigation-tools zsh-syntax-highlighting pre-commit) +plugins=(bazel git ubuntu z zsh-autosuggestions zsh-navigation-tools zsh-syntax-highlighting pre-commit) source $ZSH/oh-my-zsh.sh