dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 38262946429c905cc8f153aeebd8d2f691a6f6e3
parent 9ace653cdb83432f0c235ee2e76596cf05fe7dc7
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  9 Sep 2020 07:45:32 +0200

Use hurl|w3m for wttr.in weather alias

Diffstat:
M.profile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.profile b/.profile @@ -147,6 +147,7 @@ news() { w3m "$url" } #weather() { curl "wttr.in/?m"; } +weather() { hurl "https://wttr.in/?m" | w3m -dump -T text/html; } t_add() { transmission-remote --add --download-dir "$PWD" --encryption-required "$@"; } t_list() { transmission-remote --list; }