From 9d944340497b51b6ae3329b60f6a0b7c22437478 Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 25 Jul 2025 10:15:43 +0200 Subject: [PATCH] indicate if in a yazi shell --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 7236492..92e33a2 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -56,6 +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="🗂️ " local user_color="red" let $UID && user_color="12"