summaryrefslogtreecommitdiff
path: root/modules/programs
diff options
context:
space:
mode:
Diffstat (limited to 'modules/programs')
-rw-r--r--modules/programs/bash.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/programs/bash.nix b/modules/programs/bash.nix
index feb17ca..13b676d 100644
--- a/modules/programs/bash.nix
+++ b/modules/programs/bash.nix
@@ -59,9 +59,6 @@ in
# /etc/bashrc: DO NOT EDIT -- this file has been generated automatically.
# This file is read for interactive shells.
- if [ -z "$PS1" ]; then return; fi
-
- PS1='\h:\W \u\$ '
# Make bash check its window size after a process completes
shopt -s checkwinsize