aboutsummaryrefslogtreecommitdiffstats
path: root/fish/functions/yay.fish
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-10-24 17:05:52 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-10-24 17:05:52 +0100
commita8aadba1df4c08553fabaf2945b5b9290f5a07f7 (patch)
tree402b99c875d33fb3ee573b858712aec997f0c1b5 /fish/functions/yay.fish
parente08110886d443b62ed40e01f3237880aa848f648 (diff)
update
Diffstat (limited to 'fish/functions/yay.fish')
-rw-r--r--fish/functions/yay.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/functions/yay.fish b/fish/functions/yay.fish
new file mode 100644
index 0000000..4c6ff52
--- /dev/null
+++ b/fish/functions/yay.fish
@@ -0,0 +1,3 @@
+function yay --description 'alias yay=yay --aur'
+ command yay --aur $argv;
+end