Add right-side padding before end cap

This commit is contained in:
2026-01-24 10:47:20 +00:00
parent 4b5f886b79
commit 388413e696

View File

@@ -114,7 +114,7 @@ _ps1_set_prompt() {
PS1="\ PS1="\
${FRAME}╭─${RST}\ ${FRAME}╭─${RST}\
${Z1_BG}${Z1_FG}${left} \\d \\A \\u ${RST}${Z1_BG}${Z2_BG}${Z2_FG}${sep}${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} " \n${FRAME}╰── ${RST}${prompt_sym} ${__PS1_SYM} "
} }