♻️ refactor(fish): install and uninstall functions are now one letter
This commit is contained in:
parent
ed341d83ad
commit
dd966f0785
4 changed files with 6 additions and 6 deletions
3
.config/fish/functions/i.fish
Normal file
3
.config/fish/functions/i.fish
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
function i --wraps='yay -S ' --description 'alias i=yay -S '
|
||||||
|
yay -S $argv
|
||||||
|
end
|
|
@ -1,3 +0,0 @@
|
||||||
function install --wraps='yay -S ' --description 'alias install=yay -S '
|
|
||||||
yay -S $argv
|
|
||||||
end
|
|
3
.config/fish/functions/u.fish
Normal file
3
.config/fish/functions/u.fish
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
function u --wraps='yay -R ' --description 'alias u=yay -R '
|
||||||
|
yay -R $argv
|
||||||
|
end
|
|
@ -1,3 +0,0 @@
|
||||||
function uninstall --wraps='yay -R ' --description 'alias uninstall=yay -R '
|
|
||||||
yay -R $argv
|
|
||||||
end
|
|
Loading…
Add table
Reference in a new issue