1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2025-01-03 12:32:09 -05:00
dotfiles/dot_hooks

11 lines
259 B
Text
Raw Normal View History

2021-08-24 21:00:29 -04:00
if [ -f $HOME/.rbenv/bin/rbenv ]; then
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
export PATH="$HOME/.rbenv/plugins/ruby-build/bin:$PATH"
fi
if [ $(command -v n) ]; then
export N_PREFIX=$HOME/.n
export PATH="$HOME/.n/bin:$PATH"
fi