Skip to content

Commit

Permalink
docs: how to add FPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Shota Sawada authored and jakepearson committed Oct 9, 2018
1 parent ae4c47a commit d2108b5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- [Asynchronous task](#asynchronous-task)
- [py/python](#pypython)
- [Use a custom maidfile](#use-a-custom-maidfile)
- [ZSH completion](#zsh-completion)
- [Development](#development)
- [lint](#lint)
- [test](#test)
Expand Down Expand Up @@ -266,6 +267,14 @@ Unlike a `maidfile.md` which uses all `h2` headers as tasks, in `README.md` only

Alternatively, if you're not using `maidfile.md`, you can also use `--section h2_header` and `--path foo.md` flags to customize it.

### ZSH completion

Add `FPATH` like following to `.zshrc`:

```
export FPATH=$(npm root -g)/maid/completion/zsh:$FPATH
```

## Development

<!-- maid-tasks -->
Expand Down

0 comments on commit d2108b5

Please sign in to comment.