Switch weather format to v2
[khome.git] / home / lib / login_functions.sh
index d60b915..8f200aa 100644 (file)
@@ -216,11 +216,11 @@ man() {
     # us: begin underline
     # ue: end   underline
 
-    LESS_TERMCAP_md=$'\e[01;31m' \
+    LESS_TERMCAP_md=$'\e[01;30m' \
     LESS_TERMCAP_me=$'\e[0m' \
     LESS_TERMCAP_so=$'\e[01;44;33m' \
     LESS_TERMCAP_se=$'\e[0m' \
-    LESS_TERMCAP_us=$'\e[01;32m' \
+    LESS_TERMCAP_us=$'\e[01;33m' \
     LESS_TERMCAP_ue=$'\e[0m' \
     command man "$@"
 }
@@ -327,7 +327,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.041404 seconds and 4 git commands to generate.