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

View File

@@ -1,4 +1,4 @@
if [ -f "$HOME/.rbenv/bin/rbenv" ] ; then
eval "$($HOME/.rbenv/bin/rbenv init - bash)"
addpath $HOME/.rbenv/bin
eval "$($HOME/.rbenv/bin/rbenv init - bash)"
fi