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