commit 0696ff78d23018f4c04660f25ea1ef2fa458c07f parent 466426fdb6e3611a9a27d7b2570ec1aff790dabb Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Thu, 15 Oct 2020 20:41:29 +0200 .profile: remove weather alias Diffstat:
D | .local/bin/dropdowncalc | | | 10 | ---------- |
M | .profile | | | 1 | - |
2 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/.local/bin/dropdowncalc b/.local/bin/dropdowncalc @@ -1,10 +0,0 @@ -#!/bin/sh -([ -x /usr/bin/julia ] && julia) || \ -ipython-3 -i -c 'import numpy as np; import matplotlib.pyplot as plt' || \ -ipython3 -i -c 'import numpy as np; import matplotlib.pyplot as plt' || \ -ipython-3 || \ -ipython3 || \ -ipython || \ -ipython || \ -python3 -q || \ -python -q diff --git a/.profile b/.profile @@ -150,7 +150,6 @@ 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; }