From 0fe4e541eb3596be5c93549917a1dd8807ded3de Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Tue, 26 Mar 2024 10:03:29 +0000 Subject: [PATCH] zsh: prompt tweaks --- zsh/thomas.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/thomas.zsh-theme b/zsh/thomas.zsh-theme index 1ba315e..8a90522 100644 --- a/zsh/thomas.zsh-theme +++ b/zsh/thomas.zsh-theme @@ -1,6 +1,6 @@ # -*- sh -*- vim:set ft=sh ai et sw=4 sts=4: # It might be bash like, but I can't have my co-workers knowing I use zsh -PROMPT='%{$fg_bold[green]%}%n@%m:%{$fg_bold[blue]%}%2~ $(git_prompt_info)%{$reset_color%}%(.) ' +PROMPT='%{$fg_bold[green]%}%n@%m:%{$fg_bold[magenta]%}%2~ $(git_prompt_info)%{$reset_color%}%(.) ' -ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[magenta]%}‹" +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}‹" ZSH_THEME_GIT_PROMPT_SUFFIX="›%{$reset_color%}"