mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-13 05:25:33 +08:00
4 lines
130 B
Fish
4 lines
130 B
Fish
function pacrem -d "Remove the specified package(s), its configuration(s) and unneeded dependencies"
|
|
sudo pacman -Rns $argv
|
|
end
|