From 2f46f373fdcde339fed6bf6a26ceae16d602fffc Mon Sep 17 00:00:00 2001 From: Meriem Zarrouk Date: Mon, 16 Dec 2024 14:01:23 +0100 Subject: [PATCH] Update cobalt2.zsh-theme meriemm changes --- cobalt2.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobalt2.zsh-theme b/cobalt2.zsh-theme index 28f5430..abdaaf3 100644 --- a/cobalt2.zsh-theme +++ b/cobalt2.zsh-theme @@ -49,7 +49,7 @@ prompt_context() { local user=`whoami` if [[ "$user" != "$DEFAULT_USER" || -n "$SSH_CLIENT" ]]; then - prompt_segment black default "%(!.%{%F{yellow}%}.)✝" + prompt_segment black default "%(!.%{%F{yellow}%}.)meriemzarrouk ⭐︎" fi }