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

4 lines
103 B
Fish
Raw Normal View History

2022-07-07 18:32:27 +02:00
function sc-enable-now -d "Enable and start systemd service"
sudo systemctl enable --now $argv
end