Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-24 | zsh_reload: use $SHELL to reload zsh only if it's a zsh shell (fixes #9054) | Marc Cornellà | |
2020-02-28 | zsh_reload: respect `$ZDOTDIR` when searching for `.zshrc` (#7706) | Alexander Schlarb | |
2018-04-22 | zsh_reload: add README | Marc Cornellà | |
2018-04-22 | zsh_reload: use `exec zsh` instead of `source ~/.zshrc` | Marc Cornellà | |
`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`. | |||
2018-04-22 | zsh_reload: ignore insecure compinit files | Marc Cornellà | |
2018-04-22 | zsh_reload: fix code style and indent with tabs | Marc Cornellà | |
2015-01-08 | Update /home/srj/.oh-my-zsh/cache references | Stephen | |
2014-07-16 | make sure cache dir exists, just like log dir | ncanceill | |
2014-04-18 | Use cache folder inside $ZSH, delete with unaliased rm | Marc Cornellà | |
2011-10-20 | Add zsh_reload which provides src function, this function will source .zshrc ↵ | Wael Nasreddine | |
and rebuilds cache |