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

4 lines
83 B
Fish

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