From fd716ae8a2b2eab8efe1b03921086d0c6620f79e Mon Sep 17 00:00:00 2001 From: andrzej Date: Mon, 14 Oct 2024 21:41:11 +0200 Subject: [PATCH] setup fzf --- bash/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/.bashrc b/bash/.bashrc index 73ea499..1345eb8 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -127,3 +127,5 @@ export PATH="$DENO_INSTALL/bin:$PATH" . "$HOME/.cargo/env" + +[ -f ~/.fzf.bash ] && source ~/.fzf.bash