From 72044ffede52af0cc5f444b749297fc6e314c7b0 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Tue, 4 Oct 2022 17:55:18 +0200 Subject: [PATCH] [SCRIPTS] Add an alias to see the meteo --- .bash_aliases | 2 ++ 1 file changed, 2 insertions(+) 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'