From a80da1b404675281fc1bfd89d49acdc8d28cf167 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Mon, 14 Feb 2022 12:52:20 +0100 Subject: [PATCH] Disable cows in ansible --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index e597e8e..91da445 100644 --- a/.zshrc +++ b/.zshrc @@ -10,6 +10,8 @@ export HISTFILE=~/.zsh_history export HISTSIZE=1000000000 export SAVEHIST=1000000000 +export ANSIBLE_NOCOWS=1 + # what is that for exactly? maybe taskwarrior? or timewarrior? REPORTTIME=10 -- 2.39.5