Skip to content

Commit c677d7e

Browse files
committed
Update removed plugins
1 parent 8177765 commit c677d7e

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Plugins.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ plugins=(rails git ruby)
1616
## Plugins
1717

1818
- [1password](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/1password)
19-
- [adb](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/adb)
20-
- [ag](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ag)
2119
- [aliases](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/aliases)
2220
- [alias-finder](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/alias-finder)
2321
- [ansible](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ansible)
@@ -101,7 +99,6 @@ plugins=(rails git ruby)
10199
- [fasd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fasd)
102100
- [fastfile](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fastfile)
103101
- [fbterm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fbterm)
104-
- [fd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fd)
105102
- [fig](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fig)
106103
- [firewalld](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/firewalld)
107104
- [flutter](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/flutter)
@@ -263,7 +260,6 @@ plugins=(rails git ruby)
263260
- [rebar](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rebar)
264261
- [redis-cli](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/redis-cli)
265262
- [repo](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/repo)
266-
- [ripgrep](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ripgrep)
267263
- [ros](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ros)
268264
- [rsync](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rsync)
269265
- [ruby](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ruby)
@@ -359,18 +355,22 @@ plugins=(rails git ruby)
359355

360356
### Removed
361357

362-
- boot2docker: the boot2docker project was abandoned in 2020.
363-
- cargo: moved to the `rust` plugin.
364-
- cloudapp: removed due to [deprecated API](https://github.com/cloudapp/api#note-the-api-is-no-longer-supported).
365-
- copydir: functionality moved to [`copypath`](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copypath) plugin.
366-
- django: removed because Zsh provides a better completion for Django.
367-
- fedora: use `dnf` instead.
368-
- gb: [project archived since 2017](https://github.com/constabulary/gb).
369-
- git-remote-branch: not actively maintained.
370-
- go: use `golang` instead.
371-
- npx: new npm versions (>=7.0.0) do not provide the same functionality.
372-
- nyan: the service that the plugin relied on is no longer available.
373-
- osx: renamed to `macos`.
374-
- rustup: moved to the `rust` plugin.
375-
- rtx: moved to the `mise` plugin as [it was renamed](https://mise.jdx.dev/rtx.html).
376-
- zsh_reload: functionality baked into the CLI with `omz reload`.
358+
- `adb`: completion is already provided by Zsh 4.3.17 and newer.
359+
- `ag`: completion for "The Silver Searcher" is already included when installed via package managers.
360+
- `boot2docker`: the boot2docker project was abandoned in 2020.
361+
- `cargo`: moved to the `rust` plugin.
362+
- `cloudapp`: removed due to [deprecated API](https://github.com/cloudapp/api#note-the-api-is-no-longer-supported).
363+
- `copydir`: functionality moved to [`copypath`](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copypath) plugin.
364+
- `django`: removed because Zsh provides a better completion for Django.
365+
- `fedora`: use `dnf` instead.
366+
- `fd`: completion is already included when installed via package managers.
367+
- `gb`: [project archived since 2017](https://github.com/constabulary/gb).
368+
- `git-remote-branch`: not actively maintained.
369+
- `go`: use `golang` instead.
370+
- `npx`: new npm versions (>=7.0.0) do not provide the same functionality.
371+
- `nyan`: the service that the plugin relied on is no longer available.
372+
- `osx`: renamed to `macos`.
373+
- `ripgrep`: completion is already included when installed via package managers.
374+
- `rustup`: moved to the `rust` plugin.
375+
- `rtx`: moved to the `mise` plugin as [it was renamed](https://mise.jdx.dev/rtx.html).
376+
- `zsh_reload`: functionality baked into the CLI with `omz reload`.

0 commit comments

Comments
 (0)