From 29d3909d0af1a975fff2528e0af2be821ff03272 Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Sun, 4 Aug 2024 16:18:30 -0400 Subject: [PATCH] fzf Integraton Added in the fzf integrations to .zshrc. If not wanted you can comment out the line adding in the integrations. --- zsh/dot-zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index 3b80835..59ae18a 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -13,6 +13,10 @@ alias cat="bat" ############### END ALIASES ############### +# Add in our fzf integrations for zsh +# Comment if you don't want the fzf integration +source <(fzf --zsh) + # Finally we want to use starship for our prompt # (because rust that's why) eval "$(starship init zsh)"