From 1a84d6156e0b73e5672743e61a0d42af30effd11 Mon Sep 17 00:00:00 2001 From: Daniel Weber Date: Tue, 26 Nov 2024 20:53:06 -0500 Subject: [PATCH] Adding source fzf keybindings to bashrc --- top_level/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/top_level/.bashrc b/top_level/.bashrc index bbd91c5..15518d5 100644 --- a/top_level/.bashrc +++ b/top_level/.bashrc @@ -40,3 +40,7 @@ function fcd() { cd $(find . -type d -print | fzf); } export PATH="$HOME/.cargo/bin:$PATH" +. "$HOME/.cargo/env" + +source /usr/share/fzf/shell/key-bindings.bash +