summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jäger <hendrik.jaeger@dswiss.com>2022-02-14 12:52:20 +0100
committerHendrik Jäger <hendrik.jaeger@dswiss.com>2022-02-14 12:53:54 +0100
commita80da1b404675281fc1bfd89d49acdc8d28cf167 (patch)
treebc129a294b9362f8319c8141f24bc2fdefc4202d
parent23e9f9143af3682d8a67164c7936d6219e168f13 (diff)
Disable cows in ansible
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
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