From 9a72696eef026615e0902462934ccb379d933af0 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 7 Nov 2024 01:25:27 -0500 Subject: [PATCH] removed fzf omz plugin; manual load instead --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 81b28c64..62bfbf71 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,5 @@ export ZSH="$HOME/.oh-my-zsh" -plugins=(ssh-agent git zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z fzf systemd z ) +plugins=(ssh-agent git zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd z ) source $ZSH/oh-my-zsh.sh # autoload -U promptinit; promptinit