From 99052bb81ed34e4ae3993db3fe5d2508f1cb11dd Mon Sep 17 00:00:00 2001 From: juancwu <46619361+juancwu@users.noreply.github.com> Date: Mon, 13 Feb 2023 22:12:53 -0500 Subject: [PATCH] configure pnpm --- .config/fish/config.fish | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index a2f9b59..ffc3c6b 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -65,3 +65,8 @@ set LOCAL_CONFIG (dirname (status --current-file))/config-local.fish if test -f $LOCAL_CONFIG source $LOCAL_CONFIG end + +# pnpm +set -gx PNPM_HOME "/home/jc/.local/share/pnpm" +set -gx PATH "$PNPM_HOME" $PATH +# pnpm end \ No newline at end of file