chore: fish replaced functions with abbr

This commit is contained in:
Afonso Franco 2023-05-25 00:13:44 +01:00
parent 5a8318210a
commit 373a0d8cf3
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
5 changed files with 9 additions and 54 deletions

View file

@ -1,16 +1,5 @@
function i
sudo pacman -S $argv
end
function s
sudo pacman -Ss $argv
end
function u
sudo pacman -Syu
end
function r
sudo pacman -Rns $argv
end
abbr -a i sudo pacman -S
abbr -a s sudo pacman -Ss
abbr -a u sudo pacman -Syu
abbr -a r sudo pacman -Rns