Skip to content

Commit

Permalink
docs: follow omz zstyle bool standard
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Jul 14, 2024
1 parent ee9e70b commit 11b92a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ Adding pnpm global scripts dir (commonly ~/Library/pnpm) to the `$PATH`.
To disable this feature, set the following style in your .zshrc:

```
zstyle ':omz:plugins:pnpm' global-path false
zstyle ':omz:plugins:pnpm' global-path no
```

## Aliases

| Alias | Command | Description |
|-------|--------------------------------------|-----------------------------------------------------------------------------------------|
| ----- | ------------------------------------ | --------------------------------------------------------------------------------------- |
| p | `pnpm` | The pnpm command |
| pex | `pnpm exec` | Execute a shell command in scope of a project |
| pdx | `pnpm dlx` | Fetch a package without installing, hotload and run it's command |
Expand Down

0 comments on commit 11b92a2

Please sign in to comment.