Skip to content

Commit d3edab8

Browse files
committed
Change comment in completion scripts.
1 parent c320fef commit d3edab8

File tree

2 files changed

+4
-10
lines changed
  • contrib/completion

2 files changed

+4
-10
lines changed

contrib/completion/bash/sdk

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,5 @@ __sdkman_complete_candidate_version() {
8383

8484
complete -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+

contrib/completion/zsh/sdk

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,5 @@ _sdk() {
6060

6161
compdef _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+

0 commit comments

Comments
 (0)