mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-06-07 15:27:07 -04:00
Change comment in completion scripts.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user