diff options
author | Marc Cornellà <hello@mcornella.com> | 2022-02-01 13:11:49 +0100 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2022-02-01 13:11:49 +0100 |
commit | 0be7c897f824223fa1cd22976b07ae79eff6aaea (patch) | |
tree | b1c1149178dd8f45188c19e25df3c4f6ff8fb5f8 /plugins/zsh_reload/README.md | |
parent | 3fdad09d095c0d415e0bd9b5710f57fe30fc962a (diff) | |
download | zsh-0be7c897f824223fa1cd22976b07ae79eff6aaea.tar.gz zsh-0be7c897f824223fa1cd22976b07ae79eff6aaea.tar.bz2 zsh-0be7c897f824223fa1cd22976b07ae79eff6aaea.zip |
refactor(zsh_reload)!: remove deprecated plugin
BREAKING CHANGE: the `zsh_reload` was deprecated long ago and showed
a deprecation message. The `src` function was replaced by the CLI
command `omz reload`, so use that instead from now on.
Diffstat (limited to 'plugins/zsh_reload/README.md')
-rw-r--r-- | plugins/zsh_reload/README.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/zsh_reload/README.md b/plugins/zsh_reload/README.md deleted file mode 100644 index 0b2e2a775..000000000 --- a/plugins/zsh_reload/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# zsh_reload plugin - -**This plugin is deprecated.** Use `omz reload` or `exec zsh` instead. |