From c3e5fa561085623bf5b4609409f9d8feec759347 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 26 May 2021 05:18:17 +0200 Subject: Add alias to Get My Fucking IP --- functions/gmfip.fish | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 functions/gmfip.fish diff --git a/functions/gmfip.fish b/functions/gmfip.fish new file mode 100644 index 0000000..4d4cc81 --- /dev/null +++ b/functions/gmfip.fish @@ -0,0 +1,2 @@ +alias gmfip='curl "https://ipv4.wtfismyip.com/text"' +alias gmfip6='curl "https://wtfismyip.com/text"' -- cgit v1.2.3