From 994c5a6df2b807284ee842d34c04e93d3e8c05fc Mon Sep 17 00:00:00 2001 From: Ivan Golikov Date: Tue, 17 Dec 2024 16:42:48 +0100 Subject: [PATCH] Enabling fzf integration for fish --- .config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 51a0fcb..d9acffb 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -11,6 +11,7 @@ if status is-interactive fish_add_path -a /usr/local/opt/node@18/bin end + fzf --fish | source # keeping this in the end zoxide init fish | source end