Add rust dep recipe
[khome.git] / home / lib / login_functions.sh
index b84f303..c15ecef 100644 (file)
@@ -294,9 +294,11 @@ $(date '+%F %A')
 Morning report
 --------------
 
-### Previous
+### Prev
 
-### Current
+### Curr
+
+### Next
 
 ### Blockers
 
@@ -327,7 +329,7 @@ weather() {
         '') _weather_location="$WEATHER_LOCATION";;
          *) _weather_location="$1"
     esac
-    curl "http://wttr.in/$_weather_location"
+    curl "http://wttr.in/$_weather_location?format=v2"
 }
 
 bt_devs_paired() {
This page took 0.019456 seconds and 4 git commands to generate.