diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-16 20:16:13 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-16 20:16:19 +0100 |
commit | aa605705cd1872dd8319e6336440db485b66d9e4 (patch) | |
tree | 9c89473826908e0c61a16adf3af44afc6aa37bd8 /fish2024/functions/xq.fish | |
parent | 0f56054e8f1baf2920bf8ce0b3bbb7b46eb1d4c9 (diff) |
uncontrolled update - removes xi and xq fish funcs
Diffstat (limited to 'fish2024/functions/xq.fish')
-rw-r--r-- | fish2024/functions/xq.fish | 4 |
1 files changed, 0 insertions, 4 deletions
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 |