From 88324114e3725415a550d233a0b9fc16d1d82e53 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Thu, 10 Aug 2023 16:07:57 +0800 Subject: Update --- zsh/zshrc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'zsh') diff --git a/zsh/zshrc b/zsh/zshrc index 05d3e9e..7492456 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -155,3 +155,11 @@ if (( ${+terminfo[smkx]} && ${+terminfo[rmkx]} )); then add-zle-hook-widget -Uz zle-line-init zle_application_mode_start add-zle-hook-widget -Uz zle-line-finish zle_application_mode_stop fi + +# pnpm +export PNPM_HOME="/home/pham/.local/share/pnpm" +case ":$PATH:" in + *":$PNPM_HOME:"*) ;; + *) export PATH="$PNPM_HOME:$PATH" ;; +esac +# pnpm end \ No newline at end of file -- cgit v1.2.3-70-g09d2