• Marc Cornellà's avatar
    zsh_reload: use `exec zsh` instead of `source ~/.zshrc` · 405b8f22
    Marc Cornellà authored
    `source ~/.zshrc` is a bad practice, it doesn't make sure that the full
    zsh session is reloaded and it may have side effects.
    
    Use `$SHELL` as the path to zsh if it exists (this will fix edge cases
    where the zsh used is not the first on $PATH). Otherwise, use `zsh`.
    405b8f22
Name
Last commit
Last update
cache Loading commit data...
custom Loading commit data...
lib Loading commit data...
log Loading commit data...
plugins Loading commit data...
templates Loading commit data...
themes Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
oh-my-zsh.sh Loading commit data...