meteo alias

This commit is contained in:
Rodolphe Breard 2013-08-20 23:17:05 +02:00
parent 7da353f9e9
commit 3c90e111a2

View file

@ -17,3 +17,5 @@ alias df='df -h'
alias top='htop' alias top='htop'
alias lock='xscreensaver-command --lock' alias lock='xscreensaver-command --lock'
alias meteo='curl -s --user-agent "USER FUCKING AGENT" "http://thefuckingweather.com/?where=Paris" | grep "<p class=\"remark\">" | sed -r "s/.*>(.*)<.*/\1 OUTSIDE\!/g"'