dotfiles/.config/fish/functions/scu-start.fish
2022-07-07 11:32:27 -05:00

4 lines
88 B
Fish

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