This commit is contained in:
cupcakearmy 2022-05-28 13:41:22 +02:00
parent bf702dbfe5
commit 6c2f8d0592
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 5 additions and 0 deletions

View File

@ -14,3 +14,8 @@ if [ -f '$HOME/Desktop/google-cloud-sdk/path.fish.inc' ]; . '$HOME/Desktop/googl
# tabtab source for packages
# uninstall by removing these lines
[ -f ~/.config/tabtab/fish/__tabtab.fish ]; and . ~/.config/tabtab/fish/__tabtab.fish; or true
# pnpm
set -gx PNPM_HOME "/Users/nicco/Library/pnpm"
set -gx PATH "$PNPM_HOME" $PATH
# pnpm end