Getting rid of some hiefers.

This commit is contained in:
Jeff Geerling
2014-01-12 15:35:46 -06:00
parent a79fbfe670
commit 348cba3cbe
+3
View File
@@ -36,3 +36,6 @@ alias gl='git log --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %
if [ -f ~/.git-completion.bash ]; then if [ -f ~/.git-completion.bash ]; then
. ~/.git-completion.bash . ~/.git-completion.bash
fi fi
# Disable cowsay in Ansible.
export ANSIBLE_NOCOWS=1