diff --git a/roles/home/zsh.nix b/roles/home/zsh.nix index 83f182c..d126dc6 100644 --- a/roles/home/zsh.nix +++ b/roles/home/zsh.nix @@ -6,9 +6,9 @@ let # not having the attribute users means # we cannot change the default shell (e.g. this is not a NixOS host) exec_zsh = '' - if [ -f "$HOME/.bashrc" ]; then - . "$HOME/.bashrc" - fi +# if [ -f "$HOME/.bashrc" ]; then +# . "$HOME/.bashrc" +# fi exec ${pkgs.zsh}/bin/zsh '';