configure pnpm
This commit is contained in:
parent
f5c072a150
commit
71d5549db0
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue