aboutsummaryrefslogtreecommitdiffstats
path: root/fish2024/functions/xq.fish
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-18 16:02:22 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-18 16:02:22 +0100
commite068be40b9699131c60b743f6af4de103226c9c3 (patch)
tree79b0b073f495c3fc971a2d9d133b6a980bbef86d /fish2024/functions/xq.fish
parentaf968405d8e34d4aa91b828b90bf919cff7d1981 (diff)
bunch of fish stuff
Diffstat (limited to '')
-rw-r--r--fish2024/functions/xq.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish2024/functions/xq.fish b/fish2024/functions/xq.fish
new file mode 100644
index 0000000..1be89e8
--- /dev/null
+++ b/fish2024/functions/xq.fish
@@ -0,0 +1,4 @@
+function xq --wraps='xbps-query -Rs ' --wraps='xbps-query -Rs' --description 'alias xq xbps-query -Rs'
+ xbps-query -Rs $argv
+
+end