diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-08-14 19:22:44 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-08-14 19:22:44 +0530 |
commit | 3176fefbdb507fa87ceceb29ca1134d6cf8c0fb0 (patch) | |
tree | fce6a344c51fde4a6e7f070bf27da4ef113303db /configuration.nix | |
parent | a83b1acf190adb7c324866545270dbcd94e2ac4c (diff) |
clean up: follow nixos.org/manual/nixpkgs/stable/#chap-conventions
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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\] " ''; |