From e57023b16b19e9fe6dbe32677612af75f3aeff77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 15 Dec 2024 20:35:42 +0100 Subject: [PATCH] Remove Ryzom --- .config/rodolphe/.aliases | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/rodolphe/.aliases b/.config/rodolphe/.aliases index b7f8859..b3b6d0a 100644 --- a/.config/rodolphe/.aliases +++ b/.config/rodolphe/.aliases @@ -12,7 +12,6 @@ alias du='du -ch' alias ip='ip --color' alias ipb='ip --color --brief' alias mount_ro='mount -o ro,noexec,noatime,nodev,nosuid,noiversion' -alias ryzom_season_change='date --date $(wget -q -O - "https://api.ryzom.com/time.php?format=xml" | sed "s/>\n/\(89-/" | sed "s//\(23-/g" | sed "s/<\/day_of_season>/\)\*72/" | sed "s/<\/time_of_day>/\)\*3/" | bc | tr "\n" "+" | sed "s/\+$/\n\"min\"\n/" | bc | tr -d "\n")' hash tree 2>/dev/null && alias t='tree' hash duf 2>/dev/null && alias du='duf' hash htop 2>/dev/null && alias top='htop'