Files
sdkman-cli/zsh
Albert Serrallé Ríos 21d738994d Fix zsh plugin readme (#566)
2018-01-30 18:11:08 +00:00
..
2017-12-05 18:04:58 +00:00
2018-01-30 18:11:08 +00:00

Completions plugin for zsh

Install

Create a new folder for completions:

mkdir -p ~/.zsh/completions

Copy the file /sdk/_sdk from the location where sdk is installed to the folder ~/.zsh/completions/:

cp /path/to/zsh/_sdk ~/.zsh/completions/

Then add the following lines to your .zshrc file:

fpath=(~/.zsh/completions $fpath)
autoload -U compinit && compinit

Install using antigen

antigen bundle sdkman/sdkman-cli zsh