`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`.master
parent
8706c8eb64
commit
405b8f220a
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue