Add pnpm
This commit is contained in:
parent
fbf5500013
commit
8158ddb2a2
1 changed files with 7 additions and 0 deletions
|
@ -5,3 +5,10 @@ end
|
|||
# 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 "/home/leon/.local/share/pnpm"
|
||||
if not string match -q -- $PNPM_HOME $PATH
|
||||
set -gx PATH "$PNPM_HOME" $PATH
|
||||
end
|
||||
# pnpm end
|
||||
|
|
Loading…
Reference in a new issue