From c51e304cddaf961b59f04b3120b64554b6313083 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 28 Jul 2025 13:54:05 +0200 Subject: [PATCH] change yazi indicator --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 92e33a2..dc95f86 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -56,7 +56,7 @@ zstyle ':vcs_info:*' actionformats "[%B%F{cyan}%b%f%%b|%a]" local shell_indicator="" [[ -f /run/.containerenv && -f /run/.toolboxenv ]] && shell_indicator="%F{13}⬢%f " -[[ -n "${YAZI_ID}" ]] && shell_indicator="🗂️ " +[[ -n "${YAZI_ID}" ]] && shell_indicator="🐤 " local user_color="red" let $UID && user_color="12"