From ecdc985ab04d0a876eb6be1417aeb706b3b2c5e5 Mon Sep 17 00:00:00 2001 From: Tin Lai Date: Thu, 4 Jun 2020 14:31:57 +1000 Subject: [PATCH] add manual entry for fish completions --- completion/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/completion/README.md b/completion/README.md index 69dae8b..71bda77 100644 --- a/completion/README.md +++ b/completion/README.md @@ -34,3 +34,7 @@ Load `_yadm` as a plugin in your `.zshrc`: fpath=("$ZPLUG_HOME/bin" $fpath) zplug "TheLocehiliosan/yadm", rename-to:_yadm, use:"completion/yadm.zsh_completion", as:command, defer:2 ``` + +## Fish completions +### Manual installation +Copy the completion script `yadm.fish_completion` locally, rename it to `yadm.fish`, and add it to any folder within `$fish_complete_path`. For example, for local installation, you can copy it to `$HOME/.config/fish/completions/` and it will be loaded when `yadm` is invoked.