Remove Ryzom

This commit is contained in:
Rodolphe Bréard 2024-12-15 20:35:42 +01:00
parent 8b43138aa7
commit e57023b16b
Signed by: rodolphe
SSH key fingerprint: SHA256:3rodCKnk1MUOfSlIKY0nHbBtvFyQx4EqjS+JIy69lN0

View file

@ -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</g" | /bin/grep -e "day_of_season" -e "time_of_day" | sed "s/<day_of_season>/\(89-/" | sed "s/<time_of_day>/\(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'