Reindenting .zshrc.
This commit is contained in:
parent
7334726311
commit
3781c6ffc7
1 changed files with 8 additions and 8 deletions
4
.zshrc
4
.zshrc
|
@ -74,12 +74,12 @@ if hash chromium 2>/dev/null; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if hash dig 2>/dev/null; then
|
if hash dig 2>/dev/null; then
|
||||||
istheinternetonfire() {
|
istheinternetonfire() {
|
||||||
txt=$(dig +short txt istheinternetonfire.com)
|
txt=$(dig +short txt istheinternetonfire.com)
|
||||||
if hash cowsay 2>/dev/null; then
|
if hash cowsay 2>/dev/null; then
|
||||||
echo "$txt" | cowsay
|
echo "$txt" | cowsay
|
||||||
else
|
else
|
||||||
echo "$txt"
|
echo "$txt"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue