X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Flib%2Flogin_functions.sh;h=75cfd1d8ac7aa0f75c41d6b216d775e8f34ca25c;hb=71ce30e23a8c3093aa9c488b8f3c528b0996678d;hp=0fc9ef12b075e8c8b555e1056b6f41464d53939b;hpb=4202e8378dc37de14c4c16ef07f8751929a2d040;p=khome.git diff --git a/home/lib/login_functions.sh b/home/lib/login_functions.sh index 0fc9ef1..75cfd1d 100644 --- a/home/lib/login_functions.sh +++ b/home/lib/login_functions.sh @@ -384,15 +384,6 @@ note() { vim -c 'set spell' "$DIR_NOTES/$(date +'%Y_%m_%d--%H_%M_%S%z')--$1.md" } -weather() { - local _weather_location - case "$1" in - '') _weather_location="$WEATHER_LOCATION";; - *) _weather_location="$1" - esac - curl "http://wttr.in/$_weather_location?format=v2" -} - _bt_devs_infos() { # grep's defintion of a line does not include \r, wile awk's does and # which bluetoothctl outputs