@@ -16,8 +16,6 @@ plugins=(rails git ruby)
16
16
## Plugins
17
17
18
18
- [ 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 )
21
19
- [ aliases] ( https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/aliases )
22
20
- [ alias-finder] ( https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/alias-finder )
23
21
- [ ansible] ( https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ansible )
@@ -101,7 +99,6 @@ plugins=(rails git ruby)
101
99
- [ fasd] ( https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fasd )
102
100
- [ fastfile] ( https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fastfile )
103
101
- [ fbterm] ( https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fbterm )
104
- - [ fd] ( https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fd )
105
102
- [ fig] ( https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fig )
106
103
- [ firewalld] ( https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/firewalld )
107
104
- [ flutter] ( https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/flutter )
@@ -263,7 +260,6 @@ plugins=(rails git ruby)
263
260
- [ rebar] ( https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rebar )
264
261
- [ redis-cli] ( https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/redis-cli )
265
262
- [ repo] ( https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/repo )
266
- - [ ripgrep] ( https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ripgrep )
267
263
- [ ros] ( https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ros )
268
264
- [ rsync] ( https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rsync )
269
265
- [ ruby] ( https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ruby )
@@ -359,18 +355,22 @@ plugins=(rails git ruby)
359
355
360
356
### Removed
361
357
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