From 01f8a02083635cb53e547c7e66cebca62b3c54d9 Mon Sep 17 00:00:00 2001 From: Mat Jones Date: Thu, 20 Jun 2024 11:14:36 -0400 Subject: [PATCH] feat(fzf): Merge history file from all sessions before searching with fzf --- home-manager/modules/fzf.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/modules/fzf.nix b/home-manager/modules/fzf.nix index a9c62b9b..6d6ef139 100644 --- a/home-manager/modules/fzf.nix +++ b/home-manager/modules/fzf.nix @@ -51,6 +51,7 @@ in { ''; functions = { fzf-history-widget-wrapped = '' + history merge # make FZF search history from all sessions fzf-history-widget _prompt_move_to_bottom '';