AmellaHyprDots/fish/functions/rb.fish

5 lines
116 B
Fish
Raw Normal View History

2024-03-25 18:53:50 +00:00
function rb --wraps='loginctl reboot' --description 'alias rb=loginctl reboot'
loginctl reboot $argv
end