Fish: no more covid tracker

This commit is contained in:
Phantop 2020-04-01 15:16:16 -04:00
parent 6d2a90c41c
commit 92ebd18e90
2 changed files with 0 additions and 6 deletions

View File

@ -8,5 +8,3 @@ set -gx PAGER "nvim -c 'set ft=man' -"
set -U Z_CMD "j"
set -x QT_QPA_PLATFORMTHEME gtk2
tty -s && covid us

View File

@ -1,4 +0,0 @@
# Defined in /tmp/fish.bWbyG9/covid.fish @ line 2
function covid
test $argv && curl https://covid19tracker.xyz/cmd/$argv 2> /dev/null | head -n17 || curl https://covid19tracker.xyz/cmd 2> /dev/null | head -n12
end