dotfiles/.config/fish/functions/sc-enable-now.fish

4 lines
103 B
Fish

function sc-enable-now -d "Enable and start systemd service"
sudo systemctl enable --now $argv
end