configure pnpm

This commit is contained in:
juancwu 2023-02-13 22:12:53 -05:00 committed by Jc
commit 71d5549db0

View file

@ -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