lol

nixos: remove debug code accidentally checked in with 833a5971568f8b5ea189126d61d8461d039bb93c

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