From f748597299942be28ec29512b24d88efca8b5229 Mon Sep 17 00:00:00 2001 From: goodhumored Date: Thu, 25 Jul 2024 01:49:32 +0300 Subject: [PATCH] prompt edited --- .oh-my-zsh/themes/agnoster.zsh-theme | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.oh-my-zsh/themes/agnoster.zsh-theme b/.oh-my-zsh/themes/agnoster.zsh-theme index 4b94b05..5eb37f6 100644 --- a/.oh-my-zsh/themes/agnoster.zsh-theme +++ b/.oh-my-zsh/themes/agnoster.zsh-theme @@ -89,8 +89,7 @@ prompt_end() { # Context: user@hostname (who am I and where am I) prompt_context() { if [[ "$USERNAME" != "$DEFAULT_USER" || -n "$SSH_CLIENT" ]]; then - # prompt_segment black default "%(!.%{%F{yellow}%}.)%n@%m" - prompt_segment white default "%(!.%{%F{yellow}%}.)%n" + prompt_segment black default "%(!.%{%F{yellow}%}.)%n" fi }