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) # -------------------------------------------------