Skip to content

Commit

Permalink
add zsh to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirMohammadFakhimi committed Jul 28, 2023
1 parent 8b08765 commit df91baa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas fro

For more info see: https://docs.ipfs.tech/concepts/what-is-ipfs/

# ZSH

The zsh shell is also supported:

The simplest way to "eval" the completions logic:

```bash
> eval "$(ipfs commands completion zsh)"
```

To install the completions permanently, they can be moved to
`/etc/bash_completion.d` or sourced from your `~/.zshrc` file.

Before opening an issue, consider using one of the following locations to ensure you are opening your thread in the right place:
- kubo (previously named go-ipfs) _implementation_ bugs in [this repo](https://github.com/ipfs/kubo/issues).
- Documentation issues in [ipfs/docs issues](https://github.com/ipfs/ipfs-docs/issues).
Expand Down

0 comments on commit df91baa

Please sign in to comment.