From 6f9e63f16ef64d89b85b8d05c48950d9c0162533 Mon Sep 17 00:00:00 2001 From: b3nj5m1n Date: Wed, 29 Mar 2023 12:05:13 +0200 Subject: [PATCH] Fix formatting fzf --- programs/fzf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/programs/fzf.json b/programs/fzf.json index ebb52b5..412931d 100644 --- a/programs/fzf.json +++ b/programs/fzf.json @@ -1,10 +1,10 @@ { "files": [ { - "path": "$HOME/.fzf", + "help": "This has been added since 0.17.4. See https://github.com/junegunn/fzf/pull/1282.\nReinstall from git with\n```bash\n~/.fzf/uninstall\nrm -rf ~/.fzf\ngit clone --depth 1 https://github.com/junegunn/fzf.git $XDG_DATA_HOME/fzf\n$XDG_DATA_HOME/fzf/install --xdg\n```\n", "movable": true, - "help": "This has been added since 0.17.4. See https://github.com/junegunn/fzf/pull/1282 .\nReinstall from git with ```bash\n~/.fzf/uninstall\nrm -rf ~/.fzf\ngit clone --depth 1 https://github.com/junegunn/fzf.git $XDG_DATA_HOME/fzf\n$XDG_DATA_HOME/fzf/install --xdg\n```\n" + "path": "$HOME/.fzf" } ], "name": "fzf" -} +} \ No newline at end of file -- 2.47.3