summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-05-26 12:13:45 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-05-26 12:13:45 +0100
commitaed01842a3dfd3d17a72b9aad9a57c6220b4a6f3 (patch)
tree267fa8f8204f95425dff047d7dcfdb7e76a7db14 /bashrc
parent54838d45d8116833e05ecdb7722c97535267c0be (diff)
configured plugins for lazy loading
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index a5f83b7..d7d4121 100644
--- a/bashrc
+++ b/bashrc
@@ -112,3 +112,4 @@ if ! shopt -oq posix; then
. /etc/bash_completion
fi
fi
+[ -f ~/.fzf.bash ] && source ~/.fzf.bash