Skip to content

jacktslau/java-zsh-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Java zsh Plugin

This plugin adds some java configuration features

Install

  • Download the script or clone this repository in oh-my-zsh plugins directory:

      cd ~/.oh-my-zsh/custom/plugins
      git clone git://github.com/jtaisa/java-zsh-plugin.git java
    
  • Activate the plugin in ~/.zshrc:

      plugins=( [plugins...] java [plugins...])
    
  • Source ~/.zshrc to take changes into account:

      source ~/.zshrc
    

Commands

command description
jdk get current Java version
jdk [version] sets Java version to JAVA_HOME and PATH

About

Java zsh Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages