From c99f23be11e424c43f2b9b797986f3de69cfc8e9 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 5 May 2024 11:55:58 +0100 Subject: [PATCH] Source the zsh-fzf-history-search plugin --- lib/shared/modules/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/shared/modules/zsh.nix b/lib/shared/modules/zsh.nix index 9a96c57..8bdceb5 100644 --- a/lib/shared/modules/zsh.nix +++ b/lib/shared/modules/zsh.nix @@ -59,6 +59,7 @@ } # Plugins + source "''${ZPLUG_REPOS}/joshskidmore/zsh-fzf-history-search/zsh-fzf-history-search.plugin.zsh" source "''${ZPLUG_REPOS}/robbyrussell/oh-my-zsh/plugins/git/git.plugin.zsh" source "''${ZPLUG_REPOS}/robbyrussell/oh-my-zsh/plugins/vi-mode/vi-mode.plugin.zsh"