chore: Restructured fish config
This commit is contained in:
parent
cf8fc32ecc
commit
68def88fe9
5 changed files with 36 additions and 46 deletions
16
.config/fish/myfunctions/pacman.fish
Normal file
16
.config/fish/myfunctions/pacman.fish
Normal file
|
@ -0,0 +1,16 @@
|
|||
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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue