mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
fish: add pnpm to path env
This commit is contained in:
parent
4106b4c0cf
commit
e18bf623f5
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ set -g PATH $HOME/.golang/bin $PATH
|
||||||
set -g PATH $HOME/.yarn/bin $PATH
|
set -g PATH $HOME/.yarn/bin $PATH
|
||||||
set -g PATH $HOME/.cargo/bin $PATH
|
set -g PATH $HOME/.cargo/bin $PATH
|
||||||
set -g PATH $HOME/.bun/bin $PATH
|
set -g PATH $HOME/.bun/bin $PATH
|
||||||
|
set -g PATH $HOME/.local/share/pnpm $PATH
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
set fish_greeting
|
set fish_greeting
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue