We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c242fab commit 6fae7acCopy full SHA for 6fae7ac
install/fzf.sh
@@ -12,7 +12,7 @@ clean() {
12
13
install() {
14
# renovate: datasource=github-tags depName=junegunn/fzf
15
- local FZF_VERSION_TAG="v0.56.1"
+ local FZF_VERSION_TAG="v0.56.2"
16
local FZF_VERSION="${FZF_VERSION_TAG/v/}"
17
if [[ ! -f "${HOME}/opt/fzf/fzf_${FZF_VERSION}" ]]; then
18
mkdir -p "${HOME}/opt/fzf"
0 commit comments