From: b3nj5m1n Date: Wed, 29 Mar 2023 10:11:15 +0000 (+0200) Subject: Add .fzf.bash & .fzf.zsh X-Git-Tag: v0.2.0.2~86 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/05eb43e9fd507a98c36f26d97e2f245809c0256e?ds=inline Add .fzf.bash & .fzf.zsh --- diff --git a/programs/fzf.json b/programs/fzf.json index 412931d..41d42f5 100644 --- a/programs/fzf.json +++ b/programs/fzf.json @@ -4,6 +4,16 @@ "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, "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"