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