how to properly reload your zsh config
1 min read

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