From 05eb43e9fd507a98c36f26d97e2f245809c0256e Mon Sep 17 00:00:00 2001 From: b3nj5m1n Date: Wed, 29 Mar 2023 12:11:15 +0200 Subject: [PATCH] Add .fzf.bash & .fzf.zsh --- programs/fzf.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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" -- 2.47.3