added fzf to bashrc

This commit is contained in:
2026-03-28 14:11:25 +01:00
parent 132b7e2fa6
commit ace8c0ebee

View File

@@ -136,3 +136,7 @@ ex ()
echo "'$1' is not a valid file"
fi
}
# Set up fzf key bindings and fuzzy completion
eval "$(fzf --bash)"