File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,5 @@ __sdkman_complete_candidate_version() {
8383
8484complete -o default -F _sdk sdk
8585
86- # Run the following command to enable Bash completion in the current shell:
87- # source <(sdk completion bash)
88- #
89- # Issue the following command to enable Bash completion permanently:
90- # echo "source <(sdk completion bash)" >> ~/.bashrc
86+ # Set 'sdkman_auto_complete' to 'true' in .sdkman/etc/config to enable completion
87+
Original file line number Diff line number Diff line change @@ -60,8 +60,5 @@ _sdk() {
6060
6161compdef _sdk sdk
6262
63- # Run the following command to enable ZSH completion in the current shell:
64- # $ source <(sdk completion zsh)
65- #
66- # Issue the following command to enable ZSH completion permanently:
67- # $ echo "source <(sdk completion zsh)" >> ~/.zshrc
63+ # Set 'sdkman_auto_complete' to 'true' in .sdkman/etc/config to enable completion
64+
You can’t perform that action at this time.
0 commit comments