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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue