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

4 lines
86 B
Fish

function sc-restart -d "Restart systemd service"
sudo systemctl restart $argv
end