From f7db36e68d59d727062efa9a7bebf8ce3cac84d7 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Wed, 15 Oct 2025 18:56:17 -0400 Subject: [PATCH] feat: add os_icon back to prompt to give a visual for which host I'm using --- .p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.p10k.zsh b/.p10k.zsh index 2a2d9c9..daef521 100644 --- a/.p10k.zsh +++ b/.p10k.zsh @@ -32,7 +32,7 @@ # The list of segments shown on the left. Fill it with the most important segments. typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( # =========================[ Line #1 ]========================= - # os_icon # os identifier + os_icon # os identifier dir # current directory vcs # git status # =========================[ Line #2 ]=========================