From a0bcefab8cab90fb69d3da2b5187f7558bd7b860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Osre=C4=8Dki?= Date: Sun, 29 Jan 2023 16:04:03 +0100 Subject: [PATCH] Add pnpm aliases --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b49fce..37007c9 100644 --- a/README.md +++ b/README.md @@ -1011,6 +1011,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not - [plugin-vscode](https://github.com/wuotr/zsh-plugin-vscode) - Plugin for Visual Studio Code, a text editor for macOS, Windows, and Linux. - [plugin](https://github.com/darrenbutcher/plugin) - Creates custom [oh-my-zsh](https://ohmyz.sh) plugins from a boilerplate template. Very oh-my-zsh centric, the generated plugins will need editing to work with other frameworks. - [pnpm (baliestri)](https://github.com/baliestri/pnpm.plugin.zsh) - Adds useful aliases for many common [pnpm](https://pnpm.io/) commands. Includes tab-completions. +- [pnpm (mat2ja)](https://github.com/mat2ja/pnpm.plugin.zsh) - Better [pnpm](https://pnpm.io/) aliases. - [pnpm (ntnyq)](https://github.com/ntnyq/omz-plugin-pnpm) - Adds useful aliases for common [pnpm](https://pnpm.io/) commands. - [pnpm (leizhenpeng)](https://github.com/Leizhenpeng/zsh-plugin-pnpm) - Adds useful aliases for common [pnpm](https://pnpm.io/) commands. - [poetry (darvid)](https://github.com/darvid/zsh-poetry) - Automatically activates and deactivates [Poetry](https://poetry.eustace.io/)-created python virtualenvs.