Enabling fzf integration for fish

This commit is contained in:
Ivan Golikov 2024-12-17 16:42:48 +01:00 committed by Ivan Golikov
parent 6f4d847d16
commit 994c5a6df2

View file

@ -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