remove exec fish in bash shell to avoid breaking nix develop
1 files changed, 0 insertions(+), 3 deletions(-) M etc/nixos/modules/user/shell.nix
M etc/nixos/modules/user/shell.nix => etc/nixos/modules/user/shell.nix +0 -3
@@ 21,9 21,6 @@ in { bash = { enable = true; # make some script can load hm-sessions. - initExtra = '' - exec fish - ''; }; starship = {