X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=lib%2Flogin_functions.sh;h=ba0940a14a80315924a675e9c68b950bd214ec8d;hb=e09a8d5a855d5ba947be8bb203737c0e5949554e;hp=d0f480bf5cedf9e91c153861b0efa7432647a75d;hpb=e2aa45549711f4938f8863a265667a0413ec23b8;p=khome.git diff --git a/lib/login_functions.sh b/lib/login_functions.sh index d0f480b..ba0940a 100644 --- a/lib/login_functions.sh +++ b/lib/login_functions.sh @@ -63,3 +63,7 @@ gh_clone_user() { gh_clone_org() { gh_clone 'orgs' "$1" } + +weather() { + curl "http://wttr.in/$WEATHER_LOCATION" +}