From 3176fefbdb507fa87ceceb29ca1134d6cf8c0fb0 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 14 Aug 2023 19:22:44 +0530 Subject: clean up: follow nixos.org/manual/nixpkgs/stable/#chap-conventions --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index a207cfe..68a6159 100644 --- a/configuration.nix +++ b/configuration.nix @@ -95,7 +95,7 @@ in bash.promptInit = '' PROMPT_COLOR="1;31m" [ "$UID" -ne 0 ] && - PROMPT_COLOR="1;32m" + PROMPT_COLOR="1;32m" PS1="\[\033[$PROMPT_COLOR\][\[\e]0;\u@\h: \w\a\]\u@\h:\w]\\$\[\033[0m\] " ''; -- cgit v1.2.3