home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c39cff4
)
Switch weather format to v2
author
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 26 Apr 2020 18:10:04 +0000
(14:10 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 26 Apr 2020 18:10:04 +0000
(14:10 -0400)
home/lib/login_functions.sh
patch
|
blob
|
blame
|
history
diff --git
a/home/lib/login_functions.sh
b/home/lib/login_functions.sh
index
b84f303
..
8f200aa
100644
(file)
--- a/
home/lib/login_functions.sh
+++ b/
home/lib/login_functions.sh
@@
-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.029734 seconds
and
4
git commands to generate.