ethersphere / swarm-cli

Manage your Bee node and interact with the Swarm network via the CLI
BSD 3-Clause "New" or "Revised" License
48 stars 21 forks source link

Fish shell completion should be installed to `~/.config/fish/completions/` folder #377

Open AuHau opened 2 years ago

AuHau commented 2 years ago

As described for example here: https://fishshell.com/docs/current/completions.html#where-to-put-completions the user-land completions should be put into ~/.config/fish/completions/ and not into config.fish file.