mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix(fish): update pnpm path to be device independent
This commit is contained in:
@@ -64,6 +64,10 @@ set --export MANPATH "/usr/local/man:$MANPATH"
|
||||
# Bat
|
||||
set --export BAT_PAGER "less -R"
|
||||
|
||||
# pnpm
|
||||
set -gx PNPM_HOME "$HOME/Library/pnpm/"
|
||||
set -gx PATH "$PNPM_HOME" $PATH
|
||||
|
||||
# Enable vi-mode key bindings
|
||||
fish_vi_key_bindings
|
||||
|
||||
@@ -166,8 +170,3 @@ alias c clear
|
||||
|
||||
# Prompt
|
||||
starship init fish | source
|
||||
|
||||
# pnpm
|
||||
set -gx PNPM_HOME "/Users/kogakure/Library/pnpm"
|
||||
set -gx PATH "$PNPM_HOME" $PATH
|
||||
# pnpm end
|
||||
Reference in New Issue
Block a user