Change comment in completion scripts.

This commit is contained in:
Marco Vermeulen
2021-05-18 20:27:11 +01:00
parent c320fefc3a
commit d3edab844f
2 changed files with 4 additions and 10 deletions

View File

@@ -83,8 +83,5 @@ __sdkman_complete_candidate_version() {
complete -o default -F _sdk sdk
# Run the following command to enable Bash completion in the current shell:
# source <(sdk completion bash)
#
# Issue the following command to enable Bash completion permanently:
# echo "source <(sdk completion bash)" >> ~/.bashrc
# Set 'sdkman_auto_complete' to 'true' in .sdkman/etc/config to enable completion

View File

@@ -60,8 +60,5 @@ _sdk() {
compdef _sdk sdk
# Run the following command to enable ZSH completion in the current shell:
# $ source <(sdk completion zsh)
#
# Issue the following command to enable ZSH completion permanently:
# $ echo "source <(sdk completion zsh)" >> ~/.zshrc
# Set 'sdkman_auto_complete' to 'true' in .sdkman/etc/config to enable completion