From: b3nj5m1n Date: Wed, 29 Mar 2023 10:05:13 +0000 (+0200) Subject: Fix formatting fzf X-Git-Tag: v0.2.0.2~87 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/6f9e63f16ef64d89b85b8d05c48950d9c0162533?ds=sidebyside Fix formatting fzf --- 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