zsh: disable root git reminder

This commit is contained in:
Rouven Seifert 2023-12-18 12:04:35 +01:00
parent cc39b86e78
commit 11bdb6b8f7
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -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 = "";