From b8aba304d935125b0401a3da71befc337a2b4b5d Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Fri, 31 Jan 2025 23:22:59 +0100 Subject: [PATCH] programs/terminal/shell/zsh: add fzf integration --- modules/programs/terminal/shell/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/programs/terminal/shell/zsh.nix b/modules/programs/terminal/shell/zsh.nix index d589dcf..17c3499 100644 --- a/modules/programs/terminal/shell/zsh.nix +++ b/modules/programs/terminal/shell/zsh.nix @@ -23,6 +23,7 @@ in { eval "$(starship init zsh)" eval "$(zoxide init zsh)" + source <(fzf --zsh) source ${pkgs.zsh-syntax-highlighting}/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source ${pkgs.zsh-autosuggestions}/share/zsh-autosuggestions/zsh-autosuggestions.zsh