Running-Profile-Scripts

Running Profile Scripts


Docs and Source

Source


Explanation and Notes

The source command in bash reads and executes specified files.

Super useful 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.


Code Example

source ~/.zshrc

#bash