bash: move nvm/rbenv/yarn to bashrc.d

This commit is contained in:
2023-01-14 23:30:12 +00:00
parent 92eb7ffc87
commit a76c488bbc
4 changed files with 7 additions and 2 deletions

1
bashrc.d/yarn.bash Normal file
View File

@@ -0,0 +1 @@
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"