Revert "zsh: Write .bash_profile to set zsh as default"
This reverts commit f4d67b9af7
.
This commit is contained in:
parent
da79b76e8d
commit
4b8e9bc93d
@ -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
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user