summary refs log tree commit diff
path: root/nixos/modules/programs/bash
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-11-18 16:37:09 +0100
committerPeter Simons <simons@cryp.to>2015-11-18 16:37:38 +0100
commit0ccc515b48d193fdfac8fa596ad146491ea79711 (patch)
tree3887ea5ec9bda81078c196475c11de62797e9662 /nixos/modules/programs/bash
parent833a5971568f8b5ea189126d61d8461d039bb93c (diff)
downloadnixpkgs-0ccc515b48d193fdfac8fa596ad146491ea79711.tar
nixpkgs-0ccc515b48d193fdfac8fa596ad146491ea79711.tar.gz
nixpkgs-0ccc515b48d193fdfac8fa596ad146491ea79711.tar.bz2
nixpkgs-0ccc515b48d193fdfac8fa596ad146491ea79711.tar.lz
nixpkgs-0ccc515b48d193fdfac8fa596ad146491ea79711.tar.xz
nixpkgs-0ccc515b48d193fdfac8fa596ad146491ea79711.tar.zst
nixpkgs-0ccc515b48d193fdfac8fa596ad146491ea79711.zip
nixos: remove debug code accidentally checked in with 833a5971568f8b5ea189126d61d8461d039bb93c
Diffstat (limited to 'nixos/modules/programs/bash')
-rw-r--r--nixos/modules/programs/bash/bash.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/programs/bash/bash.nix b/nixos/modules/programs/bash/bash.nix
index 033de7a1d5c..1c3c07a1c21 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\] "