zsh-sdkman icon indicating copy to clipboard operation
zsh-sdkman copied to clipboard

Zsh plugin to provide aliases and completion scripts for sdkman

Results 7 zsh-sdkman issues
Sort by recently updated
recently updated
newest added

After installing when opening a new zsh session each time I have _sdk:6: command not found: _arguments in the console.

Hi, Thanks for creating the plugin. I have a major gripe with auto updates. It is extremely intrusive for the very rare case where I actually want to use sdkman...

Hi, please see screenshot ![image](https://user-images.githubusercontent.com/25544967/94353583-04668a00-0073-11eb-8f94-17571d10cd21.png) Machine Darwin macbook-pro.home 19.6.0 Darwin Kernel Version 19.6.0: Thu Jun 18 20:49:00 PDT 2020; root:xnu-6153.141.1~1/RELEASE_X86_64 x86_64 grep (BSD grep) 2.5.1-FreeBSD sed ```console @(#)PROGRAM:sed PROJECT:text_cmds-101.40.1 $FreeBSD:...

See the wd plugin for examples. Maybe this will correct the issues we had there: https://stackoverflow.com/questions/53365555/sdkman-incorrect-zsh-completion-script-output

enhancement

Hello, I ran into a problem with SED when executing the `sdk-refresh-completion-files` command on MacOs (10.14.5). This is the following error I'm getting: ``` ➜ ~ sdk-refresh-completion-files sed: illegal option...

Hi, When I hit `` after writing `sdk` I get: `sdk (eval):1: command not found: _sdkman` Here is my zsh configuration: https://github.com/ghostbuster91/dot-files/blob/zplug/.zshrc And just to make sure, do I need...