aboutsummaryrefslogtreecommitdiff
path: root/shell/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'shell/.bashrc')
-rw-r--r--shell/.bashrc2
1 files changed, 2 insertions, 0 deletions
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