From 6c70eb77e4fc74b71811710dc82a2768dc400dd7 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 2 Mar 2024 19:12:03 -0500 Subject: [PATCH] made bash prompt blue --- home/aly/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/aly/default.nix b/home/aly/default.nix index d9c497b0..8924edba 100644 --- a/home/aly/default.nix +++ b/home/aly/default.nix @@ -35,7 +35,7 @@ }; initExtra = '' - export PS1='[\u@\H:\w]\$ ' + export PS1='\e[0;34m[\u@\H:\w]\$\e[m ' ''; };