davidosomething / dotfiles

mac OS, Arch Linux, and Debian/Ubuntu + Neovim
https://github.com/davidosomething/dotfiles
332 stars 21 forks source link

add jenvs #366

Closed ghost closed 3 years ago

ghost commented 3 years ago

for path_to_jdk in $(ls -d /Library/Java/JavaVirtualMachines/*/Contents/Home); do jenv add $path_to_jdk; done