aboutsummaryrefslogtreecommitdiffstats
path: root/fish/functions
diff options
context:
space:
mode:
Diffstat (limited to 'fish/functions')
-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