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

4 lines
111 B
Fish

function scu-enable-now -d "Enable and start systemd user service"
systemctl --user enable --now $argv
end