From b3f2d62def433c53045361d61d5cae828d19b073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 25 Aug 2019 22:41:26 +0200 Subject: [PATCH] zsh: add final newline to dummy .zshrc --- configs/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/zsh.nix b/configs/zsh.nix index 9eb34d7..4843879 100644 --- a/configs/zsh.nix +++ b/configs/zsh.nix @@ -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