We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf2190 commit dc5c62fCopy full SHA for dc5c62f
lib/src/installer/shell_completion_configuration.dart
@@ -77,7 +77,7 @@ if type compdef &>/dev/null; then
77
78
IFS=\$'\n' reply=(\$(COMP_CWORD="\$((CURRENT-1))" COMP_LINE="\$BUFFER" COMP_POINT="\$CURSOR" $rootCommand completion -- "\${words[@]}"))
79
IFS=\$si
80
-
+
81
zstyle ':completion:*' menu yes select
82
zstyle ':completion:*' list-colors ''
83
0 commit comments