diff --git a/.bashrc b/.bashrc index 30ba5d5..d9de7ab 100644 --- a/.bashrc +++ b/.bashrc @@ -136,3 +136,7 @@ ex () echo "'$1' is not a valid file" fi } + +# Set up fzf key bindings and fuzzy completion +eval "$(fzf --bash)" +