From 581c50267063d4d2f4f4f0d4fa889eb3a97341ad Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 27 Jul 2022 19:06:43 +0200 Subject: [PATCH] Add pnpm initialization. --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 5767443..0e1b131 100644 --- a/.zshrc +++ b/.zshrc @@ -15,5 +15,8 @@ source "$HOME/.functions.zsh" export NVS_HOME="$HOME/.local/share/nvs" source "$NVS_HOME/nvs.sh" +export PNPM_HOME="$HOME/.local/share/pnpm" +export PATH="$PATH:$PNPM_HOME" + eval "$(register-python-argcomplete pipx)" eval "$(starship init zsh)"