Closed blueyed closed 9 years ago
This is meant to keep the current state when re-sourcing the shell config (. ~/.zshrc).
. ~/.zshrc
I've been using exec zsh instead, but the above method seems to work better in general.
exec zsh
Makes sense. You can always open a new shell if you want to "reset everything". Feel free to fix the conflict and merge.
Again, huge thanks for the PRs! :)
This is meant to keep the current state when re-sourcing the shell config (
. ~/.zshrc
).I've been using
exec zsh
instead, but the above method seems to work better in general.