https://github.com/targendaz2/pnpm
Oh My Zsh plugin for PnPm completions
https://github.com/targendaz2/pnpm
oh-my-zsh-plugin ohmyzsh-plugin
Last synced: 6 days ago
JSON representation
Oh My Zsh plugin for PnPm completions
- Host: GitHub
- URL: https://github.com/targendaz2/pnpm
- Owner: targendaz2
- License: mit
- Created: 2025-03-06T06:23:55.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T00:35:35.000Z (7 months ago)
- Last Synced: 2025-03-17T01:30:42.507Z (7 months ago)
- Topics: oh-my-zsh-plugin, ohmyzsh-plugin
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PnPm Plugin for Oh My Zsh
This [Oh My Zsh](https://ohmyz.sh) plugin enables completions for [PnPm](https://pnpm.io).
## Installation
1. Copy `pnpm.plugin.zsh` to `$ZSH_CUSTOM/plugins/pnpm/`.
2. Add `pnpm` to the list of plugins in your `~/.zshrc` file.```bash
plugins=(... pnpm)
```