mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-01 16:53:07 +01:00
4 lines
98 B
Fish
4 lines
98 B
Fish
function sc-list-srvs -d "List systemd services"
|
|
sudo systemctl list-units --type=service
|
|
end
|