Skip to content

Commit

Permalink
Fix variable assignment on Zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch authored and agnivade committed Sep 4, 2022
1 parent 81c0c0a commit 4094c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Copy or symlink `bin/completion/zsh/_tldr` to
Then add the containing directory to your fpath:

```
fpath = (my/completions $fpath)
fpath=(my/completions $fpath)
```

### Bash
Expand Down

0 comments on commit 4094c01

Please sign in to comment.