dotfiles/.config/fish/functions/windows.fish

5 lines
130 B
Fish

function windows --wraps=reboot_to_windows --description 'alias windows=reboot_to_windows'
reboot_to_windows $argv
end