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

4 lines
62 B
Fish

function rbt -d "Reboot system"
sudo systemctl reboot
end