From 552b484d1e7ef30131ab711f67339c5ceea5bdbc Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Tue, 26 Mar 2024 10:25:08 +0000 Subject: [PATCH] zsh: tweak prompt --- zsh/thomas.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/thomas.zsh-theme b/zsh/thomas.zsh-theme index 8a90522..bfbfd1f 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[magenta]%}%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[blue]%}‹" ZSH_THEME_GIT_PROMPT_SUFFIX="›%{$reset_color%}"