zsh: add an empty .zshrc to shutup prezto

This commit is contained in:
Colin 2023-01-28 10:55:17 +00:00
parent 67299ebfd7
commit e9172fe731

View File

@ -36,6 +36,8 @@ lib.mkIf config.sane.home-manager.enable
".cache/gitstatus"
];
# zsh/prezto complains if zshrc doesn't exist; but it does allow an "empty" file.
sane.fs."/home/colin/.config/zsh/.zshrc" = sane-lib.fs.wantedText "# ";
programs.zsh = {
enable = true;