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

4 lines
94 B
Fish

function scu-disable -d "Disable systemd user service"
systemctl --user disable $argv
end