0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/zsh_reload
Monson Shao be4a952972
feat(cli)!: add omz reload command and deprecate zsh_reload plugin (#9078)
BREAKING CHANGE: the `zsh_reload` plugin is deprecated. Instead of using its `src`
function, use `omz reload` or `exec zsh` to reload zsh after making changes to
your `.zshrc` file.

Closes #9078
2021-10-04 16:24:05 +02:00
..
README.md feat(cli)!: add omz reload command and deprecate zsh_reload plugin (#9078) 2021-10-04 16:24:05 +02:00
zsh_reload.plugin.zsh feat(cli)!: add omz reload command and deprecate zsh_reload plugin (#9078) 2021-10-04 16:24:05 +02:00

zsh_reload plugin

This plugin is deprecated. Use omz reload or exec zsh instead.