From c81475bca23b9a1c37ec44d37363bf59ee952c3b Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Mon, 5 Nov 2018 12:05:52 +0100 Subject: [PATCH] Switch the Ryzom API to HTTPS --- .aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.aliases b/.aliases index c101163..9a5167d 100644 --- a/.aliases +++ b/.aliases @@ -11,7 +11,7 @@ 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 - "http://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")' +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 htop 2>/dev/null && alias top='htop' hash clang-format 2>/dev/null && alias clang-format='clang-format -style="{BasedOnStyle: llvm, IndentWidth: 4, AllowShortFunctionsOnASingleLine: None, KeepEmptyLinesAtTheStartOfBlocks: false}"'