From 24374eb9faf2b20e935dce8ce7fdd31f1032d3c8 Mon Sep 17 00:00:00 2001 From: steffen Date: Sat, 24 Jan 2026 12:58:33 +0000 Subject: [PATCH] Add consistent end padding for all themes --- dotfiles/ps1/ps1.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dotfiles/ps1/ps1.sh b/dotfiles/ps1/ps1.sh index e711418..0e96530 100644 --- a/dotfiles/ps1/ps1.sh +++ b/dotfiles/ps1/ps1.sh @@ -486,7 +486,7 @@ _ps1_set_prompt() { local HOST_PART="${L_HOST}" local PATH_PART="${__PS1_PATH}" local PATH_SEP=" " - local END_PAD=" " + local END_PAD=" " if [[ "$__PS1_STYLE_PACK" == "contest" || "$__PS1_STYLE_PACK" == "holiday" ]]; then local layout="${__PS1_CONTEST_LAYOUT:-day-time-user}" case "$layout" in @@ -500,9 +500,6 @@ _ps1_set_prompt() { PATH_SEP="" PREFIX="\n" fi - if [[ "$__PS1_PATH" == *"…"* ]]; then - END_PAD=" " - fi case "$style" in neon)