From fbec6cf1f3e581764bd2ec38d4a226d08d149540 Mon Sep 17 00:00:00 2001 From: Ando Date: Thu, 27 Feb 2025 11:30:54 +0300 Subject: [PATCH] feat: add pnpm plugin to wiki --- Plugins-Overview.md | 1 + Plugins.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Plugins-Overview.md b/Plugins-Overview.md index 7f5a58b..be8eb15 100644 --- a/Plugins-Overview.md +++ b/Plugins-Overview.md @@ -133,6 +133,7 @@ | [node](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/node) | NodeJS docs easy access via CLI | | [npm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/npm) | package manager for NodeJS | | [nvm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/nvm) | NodeJS version manager | +| [pnpm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pnpm) | NodeJS package manager | ### PHP diff --git a/Plugins.md b/Plugins.md index 4492638..eb046f3 100644 --- a/Plugins.md +++ b/Plugins.md @@ -252,6 +252,7 @@ plugins=(rails git ruby) - [pow](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pow): this plugin adds completion and commands for [pow](http://pow.cx/), a zero-configuration Rack server for macOS. - [powder](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/powder): this plugin provides completion for [powder](https://github.com/powder-rb/powder/). - [powify](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/powify): this plugin adds autocompletion for [powify](https://github.com/sethvargo/powify), an easy-to-use wrapper for Basecamp's [pow](https://github.com/basecamp/pow). +- [pnpm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pnpm): this plugin adds autocompletion for [pnpm](https://pnpm.io/). - [pre-commit](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pre-commit): this plugin adds aliases for common commands of [pre-commit](https://pre-commit.com/). - [procs](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/procs): this plugin provides completion for [procs](https://github.com/dalance/procs). - [profiles](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/profiles): this plugin allows you to create separate configuration files for zsh based on your long hostname (including the domain).