mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-02 01:03:07 +01:00
4 lines
103 B
Fish
4 lines
103 B
Fish
|
function sc-enable-now -d "Enable and start systemd service"
|
||
|
sudo systemctl enable --now $argv
|
||
|
end
|