CRYSTAL_PATH not always includes the default libraries paths if user specify $CRYSTAL_PATH manually

My use case is, i save this really useful snippets write by @asterite to, e.g. ~/Dropbox/common/crystal/lib/meta.cr, then prepend this folder into $CRYSTAL_PATH.

now, i can use those methods defined in meta.cr, like this:

require "meta"

pp! "hello".methods
pp! String.class_methods