diff options
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\] " ''; |