diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-07-09 17:14:34 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-07-09 17:14:34 +0200 |
| commit | a6ca6e79743a193069303ce954908ca4bc57ab0f (patch) | |
| tree | 76d001b7b81e43cb65ab610e8a43780c05a93528 /modules/programs | |
| parent | 88a11d28f1d7da749ad47e5abd09712de99f0b96 (diff) | |
bash: don't set default prompt
Diffstat (limited to 'modules/programs')
| -rw-r--r-- | modules/programs/bash.nix | 3 |
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 |
