From 030130366618816fdf35ac4d18d85fe8d959dd98 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 19 Jun 2000 12:16:34 +0000 Subject: update comptest to not set ZLS_COLORS directly (11982) --- Test/comptest | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Test/comptest') diff --git a/Test/comptest b/Test/comptest index 79be571e7..c7465dbee 100644 --- a/Test/comptest +++ b/Test/comptest @@ -26,19 +26,19 @@ comptestinit () { comptesteval \ "module_path=( $module_path )" \ "fpath=( $fpath )" \ -"ZLS_COLORS='no=:fi=:di=:ln=:pi=:so=:bd=:cd=:ex=:mi=:tc=:sp=:lc=:ec=\\n:rc='" \ 'LISTMAX=10000000 stty columns 80 rows 24 bindkey -e autoload -U compinit compinit $dump +zstyle ":completion:*:default" list-colors "no=" "fi=" "di=" "ln=" "pi=" "so=" "bd=" "cd=" "ex=" "mi=" "tc=" "sp=" "lc=" "ec=\n" "rc=" zstyle ":completion:*" group-name "" -zstyle ":completion*:messages" format "%d +zstyle ":completion:*:messages" format "%d " -zstyle ":completion*:descriptions" format "%d +zstyle ":completion:*:descriptions" format "%d " -zstyle ":completion*:options" verbose yes -zstyle ":completion*:values" verbose yes +zstyle ":completion:*:options" verbose yes +zstyle ":completion:*:values" verbose yes setopt noalwayslastprompt listrowsfirst completeinword zmodload zsh/complist expand-or-complete-with-report () { -- cgit 1.4.1