From c3141d2220d4b26f079ea2f9b72d03744b531ca9 Mon Sep 17 00:00:00 2001 From: Nuri Jung Date: Sat, 28 Oct 2023 00:32:22 +0900 Subject: [PATCH] feat: display ls color always --- init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.zsh b/init.zsh index d064c8c..a04068c 100644 --- a/init.zsh +++ b/init.zsh @@ -19,7 +19,7 @@ _prompt_mnml_buffer-empty() { print ] # display magic enter if (( ${#dirstack} )) print -P %F{244}${${(D)dirstack}//\//%f\/%F{244}}%f - ls -F + ls -F --color=always command git status -sb 2>/dev/null print -Pn ${PS1} zle redisplay