pub async fn run_rcfile(env: &mut Env, file: InitFile)Expand description
Runs the rcfile specified by the file argument.
This function resolves the path to the rcfile using resolve_rcfile_path
and then runs the rcfile using run_init_file. Any errors resolving the
path are reported to the standard error.