From 7aab459c8aef2f03c11ffec9dc6bd65f48a5e871 Mon Sep 17 00:00:00 2001 From: caem Date: Fri, 24 Jan 2025 12:36:22 +0100 Subject: [PATCH] weird --- modules/home/caem/core/zsh/conf.d/ps1.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/caem/core/zsh/conf.d/ps1.zsh b/modules/home/caem/core/zsh/conf.d/ps1.zsh index b1a56e6..1b2c880 100644 --- a/modules/home/caem/core/zsh/conf.d/ps1.zsh +++ b/modules/home/caem/core/zsh/conf.d/ps1.zsh @@ -18,4 +18,4 @@ elif [[ "$PATH" == *"/nix/store"* ]]; then nix_shell_ps1="$nix_shell_ps1_t" fi -export PS1="$c35[$c31%3~$nix_shell_ps1$c35]$c0# " +export PS1="${c35}[${c31}%3~${nix_shell_ps1}${c35}]${c0}# "