From a6ca6e79743a193069303ce954908ca4bc57ab0f Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sun, 9 Jul 2017 17:14:34 +0200 Subject: bash: don't set default prompt --- modules/programs/bash.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/programs') 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 -- cgit v1.2.3