Reindenting .zshrc.

This commit is contained in:
Rodolphe Breard 2015-10-20 13:44:39 +02:00
parent 7334726311
commit 3781c6ffc7

4
.zshrc
View file

@ -74,12 +74,12 @@ if hash chromium 2>/dev/null; then
fi
if hash dig 2>/dev/null; then
istheinternetonfire() {
istheinternetonfire() {
txt=$(dig +short txt istheinternetonfire.com)
if hash cowsay 2>/dev/null; then
echo "$txt" | cowsay
else
echo "$txt"
fi
}
}
fi