mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 14:37:25 +01:00
use rbenv if available
This commit is contained in:
6
zprofile
6
zprofile
@@ -7,6 +7,12 @@ export EDITOR=$(which vim)
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
|
||||
|
||||
# rbenv
|
||||
if [ -s "$HOME/.rbenv/bin/rbenv" ] ; then
|
||||
export PATH="$HOME/.rbenv/bin:$PATH"
|
||||
eval "$(rbenv init -)"
|
||||
fi
|
||||
|
||||
########################
|
||||
# Dist related settings
|
||||
########################
|
||||
|
||||
Reference in New Issue
Block a user