From c5bddbd209db8458a80523a68535745a465e08b3 Mon Sep 17 00:00:00 2001 From: Daniel <89086143+BardofSprites@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:46:31 -0400 Subject: fzf bash integration --- shell/.bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/.bashrc') diff --git a/shell/.bashrc b/shell/.bashrc index d76fbb9..410568d 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -8,6 +8,8 @@ export PATH="$HOME/opt/:$PATH" export PKG_CONFIG_PATH="$HOME/opt/raylib/lib/pkgconfig/:$PKG_CONFIG_PATH" export PATH="$HOME/.nimble/bin":$PATH +source "$HOME/.config/fzf/key-bindings.bash" + # HISTORY # don't put duplicate lines or lines starting with space in the history. HISTCONTROL=ignoreboth -- cgit v1.2.3