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

4 lines
83 B
Fish

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