3 lines
82 B
Fish
3 lines
82 B
Fish
function i --wraps='yay -S ' --description 'alias i=yay -S '
|
|
yay -S $argv
|
|
end
|