From ba4fe95e5b3fdb6c46db317e8190c74cdbf48416 Mon Sep 17 00:00:00 2001 From: pauljako <126326487+pauljako@users.noreply.github.com> Date: Sat, 24 Aug 2024 15:10:38 +0200 Subject: [PATCH] Colored Tab completions --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 486263f..3a5f92e 100644 --- a/.zshrc +++ b/.zshrc @@ -91,6 +91,9 @@ fi # Colored ls alias ls="ls --color=auto" # +# ls like colored completions +zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}" +# # Alias please to run0, doas, sudo or su if command -v run0 &> /dev/null then