From 67a2501555ebc0b9fd567b75f17556a9d5e74d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 15 Dec 2024 20:37:07 +0100 Subject: [PATCH] Remove istheinternetonfire --- .config/rodolphe/.aliases | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.config/rodolphe/.aliases b/.config/rodolphe/.aliases index e353490..03df9a5 100644 --- a/.config/rodolphe/.aliases +++ b/.config/rodolphe/.aliases @@ -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"