From 3b4fc820d1af46a158daeafa87f054eed4388d62 Mon Sep 17 00:00:00 2001 From: Henri Saudubray Date: Wed, 18 Feb 2026 10:24:42 +0100 Subject: [PATCH] =?UTF-8?q?feat=20(home/cli):=20PINK=E2=80=AFBASH=E2=80=AF?= =?UTF-8?q?PROMPT=E2=80=AFFOR=E2=80=AFFUN=E2=80=AFAND=E2=80=AFPROFIT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/cli.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/cli.nix b/home/cli.nix index 83cf090..20916c1 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -84,7 +84,7 @@ programs.bash = { enable = true; bashrcExtra = '' - export PS1=" \u@\h:\w \[\e[33m\]λ\[\e[0m\] " + export PS1=" \u@\h:\w \[\e[38;5;205m\]λ\[\e[0m\] " task ls if [ "$(ls -A ~/dwn)" ]; then echo "TODO: organize downloads."; fi '';