From 3b981b65608efc4c87cf71ada041cc2386121188 Mon Sep 17 00:00:00 2001 From: Lee Tang Date: Wed, 15 Feb 2023 23:08:22 +0800 Subject: [PATCH] add pnpm home Signed-off-by: Lee Tang --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 40b8253..18baecd 100644 --- a/.zshrc +++ b/.zshrc @@ -1,12 +1,14 @@ export GOPATH=$HOME/.go export GOPROXY=https://goproxy.cn,direct export PYENV_ROOT="$HOME/.pyenv" +export PNPM_HOME="$HOME/.pnpm" export CARGO_PATH=$HOME/.cargo export PATH="/opt/homebrew/sbin:/opt/homebrew/bin:/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin" export PATH="/home/linuxbrew/.linuxbrew/sbin:/home/linuxbrew/.linuxbrew/bin:$PATH" export PATH="$CARGO_PATH/bin:$GOPATH/bin:$PYENV_ROOT/shims:$PATH" export PATH="$HOME/.local/bin:${HOME}/.krew/bin:$PATH" +export PATH="$PNPM_HOME:$PATH" export LC_ALL=en_US.UTF-8 export EDITOR=vim @@ -204,3 +206,4 @@ function git_clean() { #compdef __start_kubectl k +