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