summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.fish b/config.fish
index 0b242a2..195cfd2 100644
--- a/config.fish
+++ b/config.fish
@@ -136,6 +136,10 @@ if type -q zoxide
zoxide init fish | source
end
+if type -q fzf
+ fzf --fish | source
+end
+
## OCaml shit
## opam configuration
if [ -e "/home/ache/.opam/opam-init/init.fish" ]