use corepack

This commit is contained in:
Niccolo Borgioli 2023-05-04 12:10:23 +02:00
parent 93621eb0a6
commit 860dc3669c
No known key found for this signature in database
GPG Key ID: D93C615F75EE4F0B
2 changed files with 0 additions and 10 deletions

View File

@ -20,11 +20,6 @@ if [ -f '$HOME/Desktop/google-cloud-sdk/path.fish.inc' ]; . '$HOME/Desktop/googl
# uninstall by removing these lines
[ -f ~/.config/tabtab/fish/__tabtab.fish ]; and . ~/.config/tabtab/fish/__tabtab.fish; or true
# pnpm
set -gx PNPM_HOME "$HOME/Library/pnpm"
set -gx PATH "$PNPM_HOME" $PATH
# pnpm end
# Rust
set -gx PATH "$HOME/.cargo/bin" $PATH

View File

@ -12,11 +12,6 @@ antigen apply
# GENERAL
# pnpm
export PNPM_HOME="${HOME}/Library/pnpm"
export PATH="$PNPM_HOME:$PATH"
# pnpm end
# Node
eval "$(fnm env --use-on-cd)"