From 11bdb6b8f70c7f0adff98e0b0628d6fbdb576d47 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Mon, 18 Dec 2023 12:04:35 +0100 Subject: [PATCH] zsh: disable root git reminder --- modules/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/zsh.nix b/modules/zsh.nix index 8aac42a..2412e4a 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -25,6 +25,7 @@ ''; interactiveShellInit = '' source ${pkgs.zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh + HW_CONF_ALIASES_GIT_AUTHOR_REMINDER=0 source ${pkgs.agdsn-zsh-config}/etc/zsh/zshrc ''; promptInit = "";