An open API service indexing awesome lists of open source software.

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

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)
```