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

4 lines
111 B
Fish

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