I am using a dev tool which supplies a script that sets environment variables. If I source the script the environment is modified for the duration of the bash secession. In order to revert the changes made by that script I need to restart the terminal. Is there a way to do it without restarting or opening new bash session?
Thanks.