mirror of https://github.com/ohmyzsh/ohmyzsh.git
Move deprecated plugins to removed
parent
c46fccdb40
commit
4f600f7a96
13
Plugins.md
13
Plugins.md
|
@ -324,21 +324,18 @@ plugins=(rails git ruby)
|
||||||
- [zsh-interactive-cd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zsh-interactive-cd)
|
- [zsh-interactive-cd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zsh-interactive-cd)
|
||||||
- [zsh-navigation-tools](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zsh-navigation-tools)
|
- [zsh-navigation-tools](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zsh-navigation-tools)
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
|
|
||||||
- [cargo](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cargo): moved to the `rust` plugin.
|
|
||||||
- [copydir](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copydir): functionality moved to the `copypath` plugin. Use [`copypath`](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copypath) instead.
|
|
||||||
- [npx](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/npx): new npm versions (>=7.0.0) do not provide the same functionality.
|
|
||||||
- [osx](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/osx): renamed to `macos`.
|
|
||||||
- [rustup](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rustup): moved to the `rust` plugin.
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- boot2docker: the boot2docker project was abandoned in 2020.
|
- boot2docker: the boot2docker project was abandoned in 2020.
|
||||||
|
- cargo: moved to the `rust` plugin.
|
||||||
- cloudapp: removed due to [deprecated API](https://github.com/cloudapp/api#note-the-api-is-no-longer-supported).
|
- cloudapp: removed due to [deprecated API](https://github.com/cloudapp/api#note-the-api-is-no-longer-supported).
|
||||||
|
- copydir: functionality moved to [`copypath`](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copypath) plugin.
|
||||||
- django: removed because Zsh provides a better completion for Django.
|
- django: removed because Zsh provides a better completion for Django.
|
||||||
- fedora: use `dnf` instead.
|
- fedora: use `dnf` instead.
|
||||||
- git-remote-branch: not actively maintained.
|
- git-remote-branch: not actively maintained.
|
||||||
- go: use `golang` instead.
|
- go: use `golang` instead.
|
||||||
|
- npx: new npm versions (>=7.0.0) do not provide the same functionality.
|
||||||
- nyan: the service that the plugin relied on is no longer available.
|
- nyan: the service that the plugin relied on is no longer available.
|
||||||
|
- osx: renamed to `macos`.
|
||||||
|
- rustup: moved to the `rust` plugin.
|
||||||
- zsh_reload: functionality baked into the CLI with `omz reload`.
|
- zsh_reload: functionality baked into the CLI with `omz reload`.
|
||||||
|
|
Loading…
Reference in New Issue