From f70190b518bcf3376001489b6b40d12c9f389940 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 8 Dec 2022 11:34:22 -0700 Subject: [PATCH] Update `jdk-switch` plugin entry Now supports Linux, too. Signed-off-by: Joe Block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f0a7ae..a5db374 100644 --- a/README.md +++ b/README.md @@ -841,7 +841,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not - [jabba](https://github.com/2m/zsh-jabba) - Adds shell integration code and completions for the [jabba](https://github.com/shyiko/jabba) Java version manager. - [java-zsh-plugin](https://github.com/Xetius/java-zsh-plugin) - Adds a `setjdk` command so you can switch easily between different versions of the jdk. - [javaVersions](https://github.com/miguefl/javaVersions) - Change between different java versions with a single command. -- [jdk-switch](https://github.com/LockonS/jdk-switch) - A macOS-only plugin for switching between jdk versions. +- [jdk-switch](https://github.com/LockonS/jdk-switch) - Switches between jdk versions. Works on macOS and Linux. - [jenkins](https://github.com/tomplex/jenkins-zsh) - A jenkins plugin for ZSH, heavily inspired by the excellent jira plugin. - [jenv-lazy](https://github.com/shihyuho/zsh-jenv-lazy) - A ZSH plugin for lazy loading of [jEnv](http://www.jenv.be/). - [jhipster](https://github.com/jhipster/jhipster-oh-my-zsh-plugin) - Adds commands for [jHipster](https://www.jhipster.tech/).