nixos: remove debug code accidentally checked in with 833a597156
This commit is contained in:
parent
833a597156
commit
0ccc515b48
@ -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\] "
|
||||
|
Loading…
Reference in New Issue
Block a user