Revert "zsh: Write .bash_profile to set zsh as default"

This reverts commit f4d67b9af7.
This commit is contained in:
Giulio De Pasquale 2023-02-18 17:25:31 -08:00
parent da79b76e8d
commit 4b8e9bc93d

View File

@ -8,10 +8,4 @@
theme = "bira";
};
};
home.file.".bash_profile".text = ''
export SHELL=${pkgs.zsh}/bin/zsh
[ -f ''${HOME}/.bashrc ] && . ''${HOME}/.bashrc
exec ${pkgs.zsh}/bin/zsh
'';
}