From 079db5db5bfe3565db104e8cac492feab5cf7889 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sun, 25 Oct 2020 16:32:55 +0100 Subject: don't set SHELL automatically based on programs..enable --- modules/programs/bash/default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/programs/bash') diff --git a/modules/programs/bash/default.nix b/modules/programs/bash/default.nix index fb93b79..6ebd923 100644 --- a/modules/programs/bash/default.nix +++ b/modules/programs/bash/default.nix @@ -45,9 +45,6 @@ in "/share/bash-completion/completions" ]; - environment.loginShell = mkDefault "bash -l"; - environment.variables.SHELL = mkDefault "${pkgs.bashInteractive}/bin/bash"; - environment.etc."bashrc".text = '' # /etc/bashrc: DO NOT EDIT -- this file has been generated automatically. # This file is read for interactive shells. -- cgit v1.2.3