1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

zsh: add final newline to dummy .zshrc

This commit is contained in:
Kierán Meinhardt
2019-08-25 22:41:26 +02:00
parent 61bb7670d5
commit b3f2d62def

View File

@@ -1,6 +1,6 @@
{ config, pkgs, ... }:
{
home-manager.users.me.home.file.".zshrc".text = "# nothing to see here";
home-manager.users.me.home.file.".zshrc".text = "# nothing to see here\n";
programs.zsh =
let