From 388413e6962d124933b7b8e21dd434f3f61fb0f4 Mon Sep 17 00:00:00 2001 From: steffen Date: Sat, 24 Jan 2026 10:47:20 +0000 Subject: [PATCH] Add right-side padding before end cap --- dotfiles/ps1/ps1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/ps1/ps1.sh b/dotfiles/ps1/ps1.sh index 0ca9140..f5d194e 100644 --- a/dotfiles/ps1/ps1.sh +++ b/dotfiles/ps1/ps1.sh @@ -114,7 +114,7 @@ _ps1_set_prompt() { PS1="\ ${FRAME}╭─${RST}\ ${Z1_BG}${Z1_FG}${left} \\d \\A \\u ${RST}${Z1_BG}${Z2_BG}${Z2_FG}${sep}${RST}\ -${Z2_BG}${Z2_FG} @\\h ${PATH_FG}${__PS1_PATH}${RST}${Z2_BG}${Z2_FG}${right}${RST}\ +${Z2_BG}${Z2_FG} @\\h ${PATH_FG}${__PS1_PATH} ${RST}${Z2_BG}${Z2_FG}${right}${RST}\ \n${FRAME}╰── ${RST}${prompt_sym} ${__PS1_SYM} " }