1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2024-10-16 06:17:34 +00:00

Remove broken reboot-windows command

This commit is contained in:
Steffo 2024-05-20 02:04:26 +02:00
parent 18d50491e6
commit 8d553e8fd9
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -1,3 +0,0 @@
function reboot-windows --wraps='systemctl reboot --boot-loader-entry=windows.conf' --description 'alias reboot-windows systemctl reboot --boot-loader-entry=windows.conf'
systemctl reboot --boot-loader-entry=windows.conf $argv;
end