Remove istheinternetonfire
This commit is contained in:
parent
81a22aea96
commit
67a2501555
1 changed files with 0 additions and 11 deletions
|
@ -24,17 +24,6 @@ hash kitty 2>/dev/null && alias kitty_ssh='kitty +kitten ssh'
|
|||
hash nvim 2>/dev/null && alias vim='nvim'
|
||||
hash helix 2>/dev/null && alias hx='helix'
|
||||
|
||||
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
|
||||
}
|
||||
fi
|
||||
|
||||
if hash yay 2>/dev/null; then
|
||||
reinstall_pattern() {
|
||||
PATTERN="$1"
|
||||
|
|
Loading…
Reference in a new issue