diff options
| author | Daniel <[email protected]> | 2024-07-23 17:46:31 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-07-23 17:46:31 -0400 |
| commit | c5bddbd209db8458a80523a68535745a465e08b3 (patch) | |
| tree | 3f8d75544cc3b0caa0ec30ec21a0c9c20d2a2f34 /shell/.bashrc | |
| parent | ceab3e71517703673869dd13ea0db9ced19dfb5f (diff) | |
fzf bash integration
Diffstat (limited to 'shell/.bashrc')
| -rw-r--r-- | shell/.bashrc | 2 |
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 |
