From 0ccc515b48d193fdfac8fa596ad146491ea79711 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 18 Nov 2015 16:37:09 +0100 Subject: nixos: remove debug code accidentally checked in with 833a5971568f8b5ea189126d61d8461d039bb93c --- nixos/modules/programs/bash/bash.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/programs/bash/bash.nix b/nixos/modules/programs/bash/bash.nix index 033de7a1d5c9..1c3c07a1c210 100644 --- a/nixos/modules/programs/bash/bash.nix +++ b/nixos/modules/programs/bash/bash.nix @@ -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\] " -- cgit 1.4.1