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

4 lines
86 B
Fish

function sc-disable -d "Disable systemd service"
sudo systemctl disable $argv
end