added local ruby install
This commit is contained in:
parent
9308d0b9d4
commit
837bff13c1
2
.bashrc
2
.bashrc
@ -33,5 +33,7 @@ fi
|
|||||||
[[ "$(type -t _todo)" == "function" ]] && complete -F _todo t
|
[[ "$(type -t _todo)" == "function" ]] && complete -F _todo t
|
||||||
[[ "$(type -t sps)" == "file" ]] && source <(sps completion bash)
|
[[ "$(type -t sps)" == "file" ]] && source <(sps completion bash)
|
||||||
|
|
||||||
|
[[ -d "$HOME/.rbenv/bin" ]] && export PATH="$HOME/.rbenv/bin:$PATH" && eval "$(rbenv init -)"
|
||||||
|
|
||||||
#exit with no error
|
#exit with no error
|
||||||
/bin/true
|
/bin/true
|
||||||
|
Loading…
Reference in New Issue
Block a user