6 lines
300 B
Text
6 lines
300 B
Text
# IMPORTANT: Do not add more content to this file unless you know what you are
|
|
# doing. This file is sourced everytime the shell session is opened.
|
|
#
|
|
# This will make scl collection binaries work out of box.
|
|
unset BASH_ENV PROMPT_COMMAND ENV
|
|
source scl_source enable $NODEJS_SCL rh-ruby27
|