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"