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

4 lines
85 B
Fish

function scu-stop -d "Stop systemd user service"
systemctl --user stop $argv
end