mirror of
https://github.com/ksyasuda/rice.git
synced 2025-12-05 08:53:38 -08:00
Merge branch 'dev' of github.com:ksyasuda/SudacodeRice into dev
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
[ -f "$HOME/.weatherkey" ] && source "$HOME/.weatherkey"
|
||||
|
||||
get_icon() {
|
||||
case $1 in
|
||||
@@ -52,7 +54,7 @@ get_duration() {
|
||||
|
||||
}
|
||||
|
||||
KEY="6865df0d489817348e4c7941aaa6cdeb"
|
||||
KEY="$OPENWEATHERMAP_KEY"
|
||||
# CITY="Ann Arbor"
|
||||
CITY="Los%20Angeles"
|
||||
UNITS="imperial"
|
||||
|
||||
Reference in New Issue
Block a user