I am trying to load an environment variable into my .railsrc file,
I defined my RAIL_UTILS_HOME env var in my .bash_profile for example
export RAIL_UTILS_HOME='/Path/to/Rails/utils'
Here is what I am trying to do in .railsrc to load the default rail template
-T -m $RAIL_UTILS_HOME/template.irb
However, my $RAIL_UTILS_HOME var is not expandable,
Any idea how to do this correctly?
Goles source share