From b85ee2587819fd48bceb2ae29588b3feba98abff Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 25 Nov 2024 08:03:59 +0000 Subject: [PATCH] Tab completion with fzf --- nix/modules/home-manager/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/modules/home-manager/zsh.nix b/nix/modules/home-manager/zsh.nix index 811bbca..3f7fbb3 100644 --- a/nix/modules/home-manager/zsh.nix +++ b/nix/modules/home-manager/zsh.nix @@ -112,6 +112,7 @@ tags = [ "from:oh-my-zsh" ]; } + { name = "Aloxaf/fzf-tab"; } { name = "olets/zsh-abbr"; } { name = "zsh-users/zsh-completions"; }