how to properly reload your zsh config
Stop running `source ~/.zshrc`.
This is how most folks do it (myself formerly included), but the docs advise against it.
source ~/.zshrc
Instead, run
exec zsh
This is how most folks do it (myself formerly included), but the docs advise against it.
source ~/.zshrc
Instead, run
exec zsh