From e8218593d6d586023a1356ad9d29f9180e94707b Mon Sep 17 00:00:00 2001 From: Nico Date: Thu, 29 Jan 2026 23:52:33 +1100 Subject: [PATCH] zsh: remove fzf-tab because broken --- stow/.zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/stow/.zshrc b/stow/.zshrc index fe2d0cb..6d46e0e 100644 --- a/stow/.zshrc +++ b/stow/.zshrc @@ -103,7 +103,6 @@ func plugInstall() { } plugInstall https://github.com/zsh-users/zsh-syntax-highlighting zsh-syntax-highlighting.zsh -plugInstall https://github.com/Aloxaf/fzf-tab fzf-tab.zsh # load fzf and zoxide eval "$(fzf --zsh)"