dotfiles/.config/fish/functions/sc-enable-now.fish
2022-07-07 11:32:27 -05:00

4 lines
103 B
Fish

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