summaryrefslogtreecommitdiff
path: root/modules/programs
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2017-07-09 17:14:34 +0200
committerDaiderd Jordan <daiderd@gmail.com>2017-07-09 17:14:34 +0200
commita6ca6e79743a193069303ce954908ca4bc57ab0f (patch)
tree76d001b7b81e43cb65ab610e8a43780c05a93528 /modules/programs
parent88a11d28f1d7da749ad47e5abd09712de99f0b96 (diff)
bash: don't set default prompt
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