diff options
-rw-r--r-- | .zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |