From 348cba3cbebf4eabb406da660d58b979d6bb92a7 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sun, 12 Jan 2014 15:35:46 -0600 Subject: [PATCH] Getting rid of some hiefers. --- .bash_profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bash_profile b/.bash_profile index 442c2ba..fd3e4b5 100644 --- a/.bash_profile +++ b/.bash_profile @@ -36,3 +36,6 @@ alias gl='git log --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset % if [ -f ~/.git-completion.bash ]; then . ~/.git-completion.bash fi + +# Disable cowsay in Ansible. +export ANSIBLE_NOCOWS=1