From 0ab8f84ba11616d4c494bfe0f0864643a8330684 Mon Sep 17 00:00:00 2001 From: caem Date: Fri, 24 Jan 2025 03:50:46 +0100 Subject: [PATCH] that made it way worse I think this one should be fine --- modules/home/caem/core/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/caem/core/zsh.nix b/modules/home/caem/core/zsh.nix index 0273ca2..9a1e084 100644 --- a/modules/home/caem/core/zsh.nix +++ b/modules/home/caem/core/zsh.nix @@ -45,7 +45,7 @@ alias -g -- --help='--help 2>&1 | bat --language=help --style=plain' export MANPAGER="sh -c 'sed -u -e \"s/\\x1B\[[0-9;]*m//g; s/.\\x08//g\" | bat -p -lman'" - export PS1=$'\e[0;36m[\e[0;31m%3~\e[0;36m]\e[0;0m# ' + export PS1=$'\e[0;38m[\e[0;31m%3~\e[0;38m]\e[0;0m# ' ''; plugins = [