From e7e14592dcad571650e1931ef1d58defbd5f3885 Mon Sep 17 00:00:00 2001 From: Liam Malone Date: Sat, 2 Nov 2024 15:40:28 +0100 Subject: [PATCH] updates --- hosts/default/home.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 1db6a31..2c041b7 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -189,7 +189,6 @@ enableCompletion = true; enableVteIntegration = true; initExtra ='' - export SHELL=/run/current-system/sw/bin/bash if [[ -z $ORIG_SHLVL ]]; then export ORIG_SHLVL=$SHLVL fi;