From ef81373d079b88b23680326fe441a29b5e61b0cb Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Tue, 24 Mar 2026 01:53:20 +0000 Subject: [PATCH] prompt --- zsh/.zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index a910226..02781e6 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -60,10 +60,10 @@ function set_prompt() { aws_prompt="" fi if git rev-parse --is-inside-work-tree >/dev/null 2>&1; then - PROMPT=$aws_prompt"%B${vcs_info_msg_0_} ▶ %b" + PROMPT=$aws_prompt"%B${vcs_info_msg_0_} ▶%b " else - # PROMPT=$aws_prompt"%B%m:%~ ▶ %b" - PROMPT=$aws_prompt"%B%m:%2~ ▶ %b" + # PROMPT=$aws_prompt"%B%m:%~ ▶%b " + PROMPT=$aws_prompt"%B%m:%2~ ▶%b " fi } precmd_functions+=( set_prompt )