Remove Ryzom
This commit is contained in:
parent
8b43138aa7
commit
e57023b16b
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ alias du='du -ch'
|
||||||
alias ip='ip --color'
|
alias ip='ip --color'
|
||||||
alias ipb='ip --color --brief'
|
alias ipb='ip --color --brief'
|
||||||
alias mount_ro='mount -o ro,noexec,noatime,nodev,nosuid,noiversion'
|
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 tree 2>/dev/null && alias t='tree'
|
||||||
hash duf 2>/dev/null && alias du='duf'
|
hash duf 2>/dev/null && alias du='duf'
|
||||||
hash htop 2>/dev/null && alias top='htop'
|
hash htop 2>/dev/null && alias top='htop'
|
||||||
|
|
Loading…
Add table
Reference in a new issue