summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-05-31 20:06:00 -0700
committerxyz <gky44px1999@gmail.com>2021-05-31 20:06:00 -0700
commit05efd30c073234951b634ec888523f407d1d4304 (patch)
treea38b6d1b3445fed9ae891415bbea6024c3b2a53e /.bashrc
parent1b7ede16673b80983747f35a118ce68a0b93d9d0 (diff)
fzf
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 47f2fd95..48a2b28e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -5,6 +5,9 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
+source /usr/share/fzf/completion.bash
+source /usr/share/fzf/key-bindings.bash
+
# default PS1
#PS1='[\u@\h \W]\$ '