Matthew Broberg

Authored Comments

I see what went wrong now. `$SHELL` is set to the default shell, which may not be what you're currently using. I've adjusted it to `exec $0` so $0 detects the current shell, not the default shell. Thanks again or noting this Jay!

Thanks for letting me know Jay. I believe exec should be enough to instantiate a new shell in the current session, but source is sure to reload the information from the file.