diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-07-10 15:10:41 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-07-10 15:10:41 +0200 |
| commit | b61b7d4c343cf6d1306f624628033f4c7722f543 (patch) | |
| tree | a98920b9272038c02030b10a2259b40198cc75ca /.bashrc | |
| parent | 43b3e0033564f1d7653c018123cdb2b07d328484 (diff) | |
| download | dotfiles-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-- | .bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |
