mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-17 12:22:57 +00:00
Fish: no more covid tracker
This commit is contained in:
parent
6d2a90c41c
commit
92ebd18e90
|
@ -8,5 +8,3 @@ set -gx PAGER "nvim -c 'set ft=man' -"
|
||||||
set -U Z_CMD "j"
|
set -U Z_CMD "j"
|
||||||
|
|
||||||
set -x QT_QPA_PLATFORMTHEME gtk2
|
set -x QT_QPA_PLATFORMTHEME gtk2
|
||||||
|
|
||||||
tty -s && covid us
|
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue