Skip to content

Commit 8cf2190

Browse files
author
Moshe Yamini
committed
Fix zsh shell configuration test
1 parent b67ec62 commit 8cf2190

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/src/installer/shell_completion_configuration_test.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ if type compdef &>/dev/null; then
3535
3636
IFS=\$'\n' reply=(\$(COMP_CWORD="\$((CURRENT-1))" COMP_LINE="\$BUFFER" COMP_POINT="\$CURSOR" very_good completion -- "\${words[@]}"))
3737
IFS=\$si
38+
39+
zstyle ':completion:*' menu yes select
40+
zstyle ':completion:*' list-colors ''
3841
3942
if [[ -z "\$reply" ]]; then
4043
_path_files

0 commit comments

Comments
 (0)