From 4d7bc9d22140087b226e3f82704f669a5b90a424 Mon Sep 17 00:00:00 2001 From: steffen Date: Sat, 24 Jan 2026 08:15:44 +0000 Subject: [PATCH] Force Nerd Font separators globally - Export PS1_FORCE_NF to keep rounded caps everywhere --- dotfiles/install/install-global-ps1.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/install/install-global-ps1.sh b/dotfiles/install/install-global-ps1.sh index 1d604e8..4a1b7f9 100644 --- a/dotfiles/install/install-global-ps1.sh +++ b/dotfiles/install/install-global-ps1.sh @@ -44,6 +44,9 @@ _ps1_has_nf() { return 1 } +# Force NF separators globally (rounded caps) even when detection fails. +export PS1_FORCE_NF=1 + # ------------------------------------------------- # Time-based emoji (Europe/Oslo) # -------------------------------------------------