diff --git a/.bash_aliases b/.bash_aliases index c1238c0..8a608cf 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -21,3 +21,5 @@ alias revealjs='pandoc -s -t revealjs -V revealjs-url=../../lib/reveal.js --slid alias md2pdf='pandoc -V geometry:left=3cm,right=2.5cm,top=2.5cm,bottom=2.5cm -o' alias mpvlow='mpv --script-opts=ytdl_hook-ytdl_path=yt-dlp --ytdl-raw-options=format-sort=height:480' alias mpvhigh='mpv --script-opts=ytdl_hook-ytdl_path=yt-dlp --ytdl-raw-options=format-sort=height:1080' + +alias meteo='curl http://wttr.in/Geneva\?lang\=fr\&F'