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

4 lines
88 B
Fish

function scu-start -d "Start systemd user service"
systemctl --user start $argv
end