0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Remove gb plugin

Marc Cornellà 2022-08-14 17:22:51 +02:00
parent f929c0fbdd
commit 03d83eae3c
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B

@ -105,7 +105,6 @@ plugins=(rails git ruby)
- [fzf](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fzf) - [fzf](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fzf)
- [gas](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gas) - [gas](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gas)
- [gatsby](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gatsby) - [gatsby](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gatsby)
- [gb](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gb)
- [gcloud](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gcloud) - [gcloud](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gcloud)
- [geeknote](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/geeknote) - [geeknote](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/geeknote)
- [gem](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gem) - [gem](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gem)
@ -332,6 +331,7 @@ plugins=(rails git ruby)
- copydir: functionality moved to [`copypath`](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copypath) plugin. - 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.
- gb: [project archived since 2017](https://github.com/constabulary/gb).
- 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. - npx: new npm versions (>=7.0.0) do not provide the same functionality.