nixos: remove debug code accidentally checked in with 833a597156

This commit is contained in:
Peter Simons 2015-11-18 16:37:09 +01:00
parent 833a597156
commit 0ccc515b48

View File

@ -92,7 +92,6 @@ in
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\] "