Files
dotfiles/bash/.bash_profile
2020-04-02 17:27:52 +03:00

10 lines
218 B
Bash

if [ -s ~/.bashrc ]; then
source ~/.bashrc;
fi
eval "$(rbenv init - --no-rehash)"
(rbenv rehash &) 2> /dev/null
# export NVM_DIR="$HOME/.nvm"
# [ -s "/usr/local/opt/nvm/nvm.sh" ] && . "/usr/local/opt/nvm/nvm.sh"