summaryrefslogtreecommitdiff
path: root/plugins/zsh_reload
AgeCommit message (Collapse)Author
2018-04-22zsh_reload: add READMEMarc Cornellà
2018-04-22zsh_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-22zsh_reload: ignore insecure compinit filesMarc Cornellà
2018-04-22zsh_reload: fix code style and indent with tabsMarc Cornellà
2015-01-08Update /home/srj/.oh-my-zsh/cache referencesStephen
2014-07-16make sure cache dir exists, just like log dirncanceill
2014-04-18Use cache folder inside $ZSH, delete with unaliased rmMarc Cornellà
2011-10-20Add zsh_reload which provides src function, this function will source .zshrc ↵Wael Nasreddine
and rebuilds cache