nixos: remove debug code accidentally checked in with 833a5971568f8b5ea189126d61d8461d039bb93c

Changed files
-1
nixos
modules
programs
bash
-1
nixos/modules/programs/bash/bash.nix
···
default = ''
# Provide a nice prompt if the terminal supports it.
if [ "$TERM" != "dumb" -o -n "$INSIDE_EMACS" ]; then
-
echo "Set prompt!"
PROMPT_COLOR="1;31m"
let $UID && PROMPT_COLOR="1;32m"
PS1="\n\[\033[$PROMPT_COLOR\][\u@\h:\w]\\$\[\033[0m\] "