mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-12-21 18:39:57 -06:00
pacman remove orphans function
This commit is contained in:
parent
b5d8cd3eca
commit
b9c048b80e
3
fish/functions/pacman-remove-orphans.fish
Normal file
3
fish/functions/pacman-remove-orphans.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function pacman-remove-orphans --wraps='acman -Qtdq | pacman -Rns -' --wraps='pacman -Qtdq | pacman -Rns -' --wraps='pacman -Qtdq | sudo pacman -Rns -' --description 'alias pacman-remove-orphans pacman -Qtdq | sudo pacman -Rns -'
|
||||
pacman -Qtdq | sudo pacman -Rns - $argv;
|
||||
end
|
Loading…
Reference in a new issue