X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Flib%2Flogin_functions.sh;h=c15ecefafd0c3479a45317737e34ef2b1d5feecb;hb=56f69dc9240249914640b1ff5d33e557ea54602c;hp=e75468fa5320adcc94145f5e5b65f883f3732789;hpb=0c296cad5e97bbaa0d0c9daa9fba55b411166e4e;p=khome.git diff --git a/home/lib/login_functions.sh b/home/lib/login_functions.sh index e75468f..c15ecef 100644 --- a/home/lib/login_functions.sh +++ b/home/lib/login_functions.sh @@ -216,12 +216,12 @@ 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_se=$'\e[0m' \ LESS_TERMCAP_so=$'\e[01;44;33m' \ + LESS_TERMCAP_se=$'\e[0m' \ + LESS_TERMCAP_us=$'\e[01;33m' \ LESS_TERMCAP_ue=$'\e[0m' \ - LESS_TERMCAP_us=$'\e[01;32m' \ command man "$@" } @@ -294,9 +294,11 @@ $(date '+%F %A') Morning report -------------- -### Previous +### Prev + +### Curr -### Current +### Next ### Blockers @@ -327,7 +329,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() {