From 3781c6ffc7969670369b9c8459e711886a5d3129 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Tue, 20 Oct 2015 13:44:39 +0200 Subject: [PATCH] Reindenting .zshrc. --- .zshrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.zshrc b/.zshrc index b6076e0..d490fd9 100644 --- a/.zshrc +++ b/.zshrc @@ -74,12 +74,12 @@ if hash chromium 2>/dev/null; then fi if hash dig 2>/dev/null; then -istheinternetonfire() { - txt=$(dig +short txt istheinternetonfire.com) - if hash cowsay 2>/dev/null; then - echo "$txt" | cowsay - else - echo "$txt" - fi -} + istheinternetonfire() { + txt=$(dig +short txt istheinternetonfire.com) + if hash cowsay 2>/dev/null; then + echo "$txt" | cowsay + else + echo "$txt" + fi + } fi