diff --git a/functions/reboot-windows.fish b/functions/reboot-windows.fish deleted file mode 100644 index 02e82ec..0000000 --- a/functions/reboot-windows.fish +++ /dev/null @@ -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