6 lines
313 B
Text
6 lines
313 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 ${SCL_ENABLED} httpd24 $NODEJS_SCL
|