aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-07-10 15:10:41 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-07-10 15:10:41 +0200
commitb61b7d4c343cf6d1306f624628033f4c7722f543 (patch)
treea98920b9272038c02030b10a2259b40198cc75ca /.bashrc
parent43b3e0033564f1d7653c018123cdb2b07d328484 (diff)
downloaddotfiles-b61b7d4c343cf6d1306f624628033f4c7722f543.tar.gz
dotfiles-b61b7d4c343cf6d1306f624628033f4c7722f543.zip
Add fzf into bash
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 51f74ac..93954b0 100644
--- a/.bashrc
+++ b/.bashrc
@@ -65,6 +65,9 @@ if command -v bat &> /dev/null; then
export MANROFFOPT="-c"
fi
+# Set up fzf key bindings and fuzzy completion
+eval "$(fzf --bash)"
+
##
# Editors & terminals.