aboutsummaryrefslogblamecommitdiffstats
path: root/fish/functions/yay.fish
blob: 4c6ff523e55b59c22c21beab5928fa51897be818 (plain) (tree)
1
2
3


                                                
function yay --description 'alias yay=yay --aur'
 command yay --aur $argv; 
end