From aa605705cd1872dd8319e6336440db485b66d9e4 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 16 Oct 2024 20:16:13 +0100 Subject: uncontrolled update - removes xi and xq fish funcs --- fish2024/functions/tcompweek.fish | 4 ++++ fish2024/functions/xi.fish | 4 ---- fish2024/functions/xq.fish | 4 ---- fish2024/functions/xupdate.fish | 4 ---- 4 files changed, 4 insertions(+), 12 deletions(-) create mode 100644 fish2024/functions/tcompweek.fish delete mode 100644 fish2024/functions/xi.fish delete mode 100644 fish2024/functions/xq.fish delete mode 100644 fish2024/functions/xupdate.fish (limited to 'fish2024/functions') diff --git a/fish2024/functions/tcompweek.fish b/fish2024/functions/tcompweek.fish new file mode 100644 index 0000000..fdf93d3 --- /dev/null +++ b/fish2024/functions/tcompweek.fish @@ -0,0 +1,4 @@ +function tcompweek --wraps='task end.after:today-7d completed' --description 'alias tcompweek=task end.after:today-7d completed' + task end.after:today-7d completed $argv + +end diff --git a/fish2024/functions/xi.fish b/fish2024/functions/xi.fish deleted file mode 100644 index 9a1f668..0000000 --- a/fish2024/functions/xi.fish +++ /dev/null @@ -1,4 +0,0 @@ -function xi --wraps='sudo xbps-install' --description 'alias xi=sudo xbps-install' - sudo xbps-install $argv - -end diff --git a/fish2024/functions/xq.fish b/fish2024/functions/xq.fish deleted file mode 100644 index 1be89e8..0000000 --- a/fish2024/functions/xq.fish +++ /dev/null @@ -1,4 +0,0 @@ -function xq --wraps='xbps-query -Rs ' --wraps='xbps-query -Rs' --description 'alias xq xbps-query -Rs' - xbps-query -Rs $argv - -end diff --git a/fish2024/functions/xupdate.fish b/fish2024/functions/xupdate.fish deleted file mode 100644 index 8cd4cd9..0000000 --- a/fish2024/functions/xupdate.fish +++ /dev/null @@ -1,4 +0,0 @@ -function xupdate --wraps='sudo xbps-install -Su' --description 'alias xupdate sudo xbps-install -Su' - sudo xbps-install -Su $argv - -end -- cgit v1.2.3