dotfiles/.config/fish/functions/scu-show.fish

4 lines
77 B
Fish

function scu-show -d "Show systemd user units"
systemctl --user show
end