X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/4ee47996cb48f51a2a52d64bc5cb0e8967522e59..df8a621bc219ea2455154cc25fb6f56fbbeb7eb9:/programs/fzf.json diff --git a/programs/fzf.json b/programs/fzf.json index ebb52b5..41d42f5 100644 --- a/programs/fzf.json +++ b/programs/fzf.json @@ -1,10 +1,20 @@ { "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" + }, + { + "help": "Follow instructions for moving `.fzf`\n", + "movable": true, + "path": "$HOME/.fzf.zsh" + }, + { + "help": "Follow instructions for moving `.fzf`\n", + "movable": true, + "path": "$HOME/.fzf.bash" } ], "name": "fzf" -} +} \ No newline at end of file