diff --git a/ahrc-pc/configuration.nix b/ahrc-pc/configuration.nix index 2fe61ba..3d8d522 100644 --- a/ahrc-pc/configuration.nix +++ b/ahrc-pc/configuration.nix @@ -9,12 +9,12 @@ programs.bash.promptInit = '' if [ "$(whoami)" = root ]; then - color=35 + color=31 else - color=32 + color=35 user='\u@' fi - PS1="\[\033[0m\](\[\033[1;''${color}m\]''${user}\h\[\033[0m\] \[\033[1;34m\]\W\[\033[0m\])\\$ " + PS1="\[\033[0m\][\[\033[1;''${color}m\]''${user}\h\[\033[0m\] \[\033[1;34m\]\W\[\033[0m\]]\\$ " ''; system.stateVersion = "24.05";