Source Command In Terminal
Source
command in terminal
Docs and Source
Explanation and Notes
Reads and executes the commands in the specified file.
Super helpful when making changes to things like your ~/.zshrc
or other terminal profile scripts, as you don’t have to close and reopen the terminal when you make changes to your profile script.
#Unix
#Terminal